Repeat Unsigned Array
Jump to navigation
Jump to search
File:TArduinoRepeatUnsignedArray.png
Summary
Repeats an incoming unsigned array a specified number of times.
Description
The **Repeat Unsigned Array** component takes an input unsigned array and produces an output where the array is repeated multiple times in sequence. The number of repetitions is defined by the **Count** property, and the component can be enabled or disabled using the **Enabled** property.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Count – Number of times the input array will be repeated in the output.
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – Unsigned array input to be repeated.
Output Pins
- Out – Unsigned array output containing the repeated sequence.