Unsigned To Unsigned Array

From Visuino
Revision as of 02:07, 20 August 2025 by Visuino (talk | contribs) (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 =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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.