Repeat Integer: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRepeatInteger.png == Summary == The **Repeat Integer** component repeats an integer input a specified number of times. == Description == This component takes an integer input value and outputs it multiple times according to the configured count. It is useful for broadcasting integer values to multiple consumers or repeating them for synchronization and processing. <b>Diagram:</b> Image:TArduinoRepeatInteger.Preview.png == Properties == *'''..." |
(No difference)
|
Latest revision as of 05:36, 14 September 2025
Summary
The **Repeat Integer** component repeats an integer input a specified number of times.
Description
This component takes an integer input value and outputs it multiple times according to the configured count. It is useful for broadcasting integer values to multiple consumers or repeating them for synchronization and processing.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeat function.
- Count (integer) – Number of times the integer input is repeated.
Pins
Input Pins
- in (integer) – Input integer value.
Output Pins
- out (integer) – Output repeated integer value.
Categories
- File:TArduinoIntegerCategory.png Category Integer – Integer signal processing components.