Unsigned Array Toggle Demux
Jump to navigation
Jump to search
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.