Back to Index
One-shot pulse when the condition becomes true. Outputs 1 for a single cycle.
ONCE(cond, &q);
ONCE(in(1), fire); if (fire) { logn("Triggered"); }