64 bit Integer Multi Source: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduino64BitIntegerMultiSource.png == Summary == Replicates a single integer input to multiple outputs; you choose how many outputs. == Description == The **Integer Multi Source** component takes one integer on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same value and timing as **In**. <b>Diagram:</b> Image:TArduino64BitIntegerMultiSource.Preview.png == Properti..." |
(No difference)
|
Latest revision as of 08:53, 14 August 2025
File:TArduino64BitIntegerMultiSource.png
Summary
Replicates a single integer input to multiple outputs; you choose how many outputs.
Description
The **Integer Multi Source** component takes one integer on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same value and timing as **In**.
Diagram:
Properties
- Output Pins – Unsigned integer – number of outputs to generate.
Pins
- In – 64Bit Integer input.
- Out[n] – 64Bit Integer outputs at index **n**, where **n ∈ [0..Output Pins−1]** (identical copies of **In**).
Categories
- File:TArduinoIntegerCategory.png Category Integer – Multi-output integer fan-out