Back to Index
Returns the maximum of two values.
MAX2(a, b, &y);
// Example pattern from analog_macros.ems MAX2(ain(1), ain(2), maxVal);