#define max(a,b) ((a)>(b)?(a):(b))
Calculates the maximum of two numbers.
The larger of the two numbers.
wiring_constants.h
Macros