Unsigned Array Toggle Switch: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoUnsignedArrayToggleSwitch.png == Summary == Selects between two unsigned array inputs based on a boolean control signal. == Description == The **Unsigned Array Toggle Switch** component acts as a binary selector for unsigned arrays. When the **Select** pin is `True`, the input connected to the **True** pin is routed to the output. When the **Select** pin is `False`, the input connected to the **False** pin is routed instead. The **Initia..." |
(No difference)
|
Latest revision as of 04:32, 22 August 2025
File:TArduinoUnsignedArrayToggleSwitch.png
Summary
Selects between two unsigned array inputs based on a boolean control signal.
Description
The **Unsigned Array Toggle Switch** component acts as a binary selector for unsigned arrays. When the **Select** pin is `True`, the input connected to the **True** pin is routed to the output. When the **Select** pin is `False`, the input connected to the **False** pin is routed instead. The **Initial Select Value** property sets the default routing state at startup.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Initial Select Value – Defines the default select state at startup (boolean).
Pins
Input Pins
- Select – Boolean input that determines which array input is routed to the output.
- True – Unsigned array input routed when **Select** is true.
- False – Unsigned array input routed when **Select** is false.
Output Pins
- Out – Unsigned array output from the selected input.