Unsigned Array Mux(Multi channel Switch): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoUnsignedArrayMux.png == Summary == Selects one of multiple unsigned array inputs and routes it to a single output channel. == Description == The **Unsigned Array Mux (Multi Channel Switch)** component takes multiple unsigned array inputs and outputs the one selected by the **Select** pin. The number of inputs is set by the **Input Pins** property, while the **Initial Channel** property defines the default active input. <b>Diagram:</b>..." |
(No difference)
|
Latest revision as of 04:26, 22 August 2025
File:TArduinoUnsignedArrayMux.png
Summary
Selects one of multiple unsigned array inputs and routes it to a single output channel.
Description
The **Unsigned Array Mux (Multi Channel Switch)** component takes multiple unsigned array inputs and outputs the one selected by the **Select** pin. The number of inputs is set by the **Input Pins** property, while the **Initial Channel** property defines the default active input.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Initial Channel – Default input channel when the component is enabled.
- Input Pins – Number of unsigned array input channels.
Pins
Input Pins
- In – Unsigned array input pins; the number depends on the **Input Pins** property.
- Select – Integer value selecting which input channel is routed to the output.
Output Pins
- Out – The selected unsigned array output.