#define min(a,b) ((a)<(b)?(a):(b))
Calculates the minimum of two numbers.
The smaller of the two numbers.
wiring_constants.h
Macros