Binary Multi Source: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoBinaryMultiSource.png == Summary == Splits a binary input into multiple outputs based on the configured number of output pins. == Description == The **Binary Multi Source** component allows you to distribute a single binary input across multiple output pins. You can set the number of output pins via the **Output Pins** property (default: 2). Each output pin will carry a value of the binary input. <b>Diagram:</b> Image:TArduinoBinaryMultiSource...." |
(No difference)
|
Latest revision as of 01:05, 14 August 2025
File:TArduinoBinaryMultiSource.png
Summary
Splits a binary input into multiple outputs based on the configured number of output pins.
Description
The **Binary Multi Source** component allows you to distribute a single binary input across multiple output pins. You can set the number of output pins via the **Output Pins** property (default: 2). Each output pin will carry a value of the binary input.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary – Components related to binary data processing
Properties
- Output Pins – Number of output pins to generate (default: 2).
Pins
- In – Binary input stream.
- Out – Binary outputs distributed across pins [0] to [N-1], based on the **Output Pins** property.