Unsigned Array Toggle Demux: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoUnsignedArrayToggleDemux.png == Summary == Routes an unsigned array input to one of two outputs based on a boolean control signal. == Description == The **Unsigned Array Toggle Demux** component takes a single unsigned array input and directs it to either the **True** or **False** output depending on the value of the **Select** pin. The **Initial Select Value** property determines the default routing state at startup. <b>Diagram:</b> [..." |
(No difference)
|
Latest revision as of 04:34, 22 August 2025
File:TArduinoUnsignedArrayToggleDemux.png
Summary
Routes an unsigned array input to one of two outputs based on a boolean control signal.
Description
The **Unsigned Array Toggle Demux** component takes a single unsigned array input and directs it to either the **True** or **False** output depending on the value of the **Select** pin. The **Initial Select Value** property determines 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
- In – Unsigned array input.
- Select – Boolean control input that determines the active output channel.
Output Pins
- True – Unsigned array output when **Select** is true.
- False – Unsigned array output when **Select** is false.