Binary Toggle Demux
Jump to navigation
Jump to search
File:TArduinoBinaryToggleDemux.png
Summary
Directs a binary input to one of two outputs based on a boolean control signal.
Description
The **Binary Toggle Demux** component outputs the binary input to either the **True** or **False** output depending on the **Select** pin. - **Initial Select Value** sets the default output path when the component starts.
This component is useful for dynamically splitting binary streams based on a boolean condition.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary – Components related to binary data processing
Properties
- Initial Select Value – Boolean value defining which output is selected by default.
Pins
- Select – Boolean input that determines whether the binary data goes to **True** or **False**.
- In – Binary input stream.
- Out (True) – Binary output when **Select** is **True**.
- Out (False) – Binary output when **Select** is **False**.