Back to Index
Limits the change per call. Uses separate up/down limits.
RATE_LIMIT(x, maxUp, maxDn, &y);
// Example pattern from analog_macros.ems RATE_LIMIT(target, 50, 100, out);