Digital (Boolean) Change Only
File:TArduinoBooleanChangeOnly.png
Summary
Passes the Boolean signal to the output only when its value changes.
Description
The Digital (Boolean) Change Only component filters a Boolean input and outputs it only when the value transitions (from True → False or False → True). If the input remains constant, no output is generated. This is useful for reducing redundant signal updates, triggering logic only on state changes, and preventing unnecessary processing when the input stays stable.
Diagram:
Categories
- File:TLogicToolbarCategory.png Category Logic – Boolean signal processing and state detection components.
Properties
- Enabled – Boolean; enables or disables the component.
Pins
- In – Boolean input signal.
- Out – Boolean output, updated only when the input changes state.