Binary Toggle Switch: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoBinaryToggleSwitch.png == Summary == Selects between two binary inputs based on a boolean control signal. == Description == The **Binary Toggle Switch** component outputs either the **True** or **False** binary input depending on the **Select** pin. - **Initial Select Value** sets the default selection when the component starts. This component is useful for switching between two binary data sources dynamically during operation. <b>Diagram:</b>..." |
(No difference)
|
Latest revision as of 01:20, 14 August 2025
File:TArduinoBinaryToggleSwitch.png
Summary
Selects between two binary inputs based on a boolean control signal.
Description
The **Binary Toggle Switch** component outputs either the **True** or **False** binary input depending on the **Select** pin. - **Initial Select Value** sets the default selection when the component starts.
This component is useful for switching between two binary data sources dynamically during operation.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary – Components related to binary data processing
Properties
- Initial Select Value – Boolean value determining which input is selected by default.
Pins
- Select – Boolean input that chooses between **True** and **False** binary inputs.
- True – Binary input used when **Select** is **True**.
- False – Binary input used when **Select** is **False**.
- Out – Selected binary output.