Repeat 64 bit Integer
Jump to navigation
Jump to search
File:TArduinoRepeat64bitInteger.png
Summary
The **Repeat 64 bit Integer** component repeats a 64-bit integer input a specified number of times.
Description
This component takes a 64-bit integer input and outputs it multiple times according to the configured count. It is useful for duplicating or broadcasting large integer values to multiple consumers or further processing.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeat function.
- Count (integer) – Number of times the 64-bit integer input is repeated.
Pins
Input Pins
- in (64 bit Integer) – Input 64-bit integer value.
Output Pins
- out (64 bit Integer) – Output repeated 64-bit integer value.
Categories
- File:TArduinoIntegerCategory.png Category Integer – Integer value components.