Unsigned To Unsigned Array: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image: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. <b>Diagram:</b> Image:TArduinoUnsignedToUnsignedArray.Preview.png =..." |
(No difference)
|
Latest revision as of 02:07, 20 August 2025
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.