Unsigned Array Demux(Multiple Output channel Switch)
File:TArduinoUnsignedArrayDemux.png
Summary
Routes an unsigned array input to one of multiple outputs based on an integer control signal.
Description
The **Unsigned Array Demux (Multiple Output Channel Switch)** component takes a single unsigned array input and directs it to one of several outputs, depending on the integer value at the **Select** pin. The number of output pins is set by the **Output Pins** property, while the **Initial Channel** property defines which output is active at startup.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Initial Channel – Defines which output channel is active at startup.
- Output Pins – Number of unsigned array output pins generated.
Pins
Input Pins
- In – Unsigned array input.
- Select – Integer input that determines which output channel receives the array.
Output Pins
- Out – Unsigned array outputs; the number of pins depends on the **Output Pins** property.