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