Unsigned Array Multi Source

From Visuino
Revision as of 23:46, 20 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayMultiSource.png == Summary == Duplicates an unsigned array input to multiple output pins. == Description == The **Unsigned Array Multi Source** component takes a single unsigned array input and distributes (copies) it to all available output pins. The number of outputs is controlled by the **Output Pins** property, making it useful for sending the same array to multiple components simultaneously. <b>Diagram:</b> Image:TA...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoUnsignedArrayMultiSource.png

Summary

Duplicates an unsigned array input to multiple output pins.

Description

The **Unsigned Array Multi Source** component takes a single unsigned array input and distributes (copies) it to all available output pins. The number of outputs is controlled by the **Output Pins** property, making it useful for sending the same array to multiple components simultaneously.

Diagram:

Categories

Properties

  • Output Pins – Number of output pins to generate.

Pins

Input Pins

  • In – Unsigned array input to be duplicated.

Output Pins

  • Out – Unsigned array outputs; the number of pins depends on the **Output Pins** property.