Unsigned To Unsigned Array

From Visuino
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.