Back to Index

Returns the minimum of two values.

Signature

MIN2(a, b, &y);

Example

// Example pattern from analog_macros.ems
MIN2(ain(1), ain(2), minVal);