Generates `N` switches of output boolean signal. Useful to flash/blink/flip/switch something for several times in a row.
flip-n-times
@/flip-n-times
Generates `N` switches of output boolean signal. Useful to flash/blink/flip/switch something for several times in a row.
Ncnumber
The current number of cycle. Starts from 0.
ACTboolean
Is flip sequence active
OUTboolean
The signal value. Always `false` if the flip sequence is not active.