Emits a pulse on a falling edge, i.e. when true changes to false. Does not pulse on program start even if initial input value is false.
pulse-on-false
@/pulse-on-false
Emits a pulse on a falling edge, i.e. when true changes to false. Does not pulse on program start even if initial input value is false.
IN | OUT |
false | no-pulse | // do not pulse even if initial state is false |
true | no-pulse |
false | pulse |
true | no-pulse |
false | pulse |
false | no-pulse |
true | no-pulse |
false | pulse |