Repeat Text
Jump to navigation
Jump to search
Summary
The **Repeat Text** component repeats a text input a specified number of times.
Description
This component receives a text input and outputs it multiple times according to the configured count. It can be used for generating repeated text patterns, message duplication, or debugging text-based data streams.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeat function.
- Count (integer) – Number of times the text input is repeated.
Pins
Input Pins
- in – Input text signal.
Output Pins
- out – Output repeated text signal.
Categories
- File:TArduinoTextCategory.png Category Text – Text and string manipulation components.