Repeat Unsigned Array: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image: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. <b>Diagram:</b> Image:TArdu..."
 
(No difference)

Latest revision as of 04:39, 22 August 2025

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

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.