Unsigned Array Multi Source: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 23:46, 20 August 2025

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.