Back to Index

Ramps a value toward the target by step each call.

Signature

RAMP_TO(target, step, &y);

Example

// Example pattern from analog_macros.ems
RAMP_TO(target, 25, out);