Unsigned To Unsigned Array
Jump to navigation
Jump to search
File:TArduinoUnsignedToUnsignedArray.png
Summary
Combines multiple unsigned inputs into a single unsigned array.
Description
The **Unsigned To Unsigned Array** component collects values from multiple unsigned input pins and outputs them as an array. The number of input pins is determined by the **Input Pins** property, and a clock input triggers the array output.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Input Pins – Number of unsigned input pins to combine into the array.
Pins
Input Pins
- In – Unsigned input values; the number depends on the **Input Pins** property.
- Clock – Trigger that causes the component to output the array.
Output Pins
- Out – The resulting unsigned array containing all input values.