Repeat Unsigned: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created page with "Image:TArduinoRepeatUnsigned.png  == Summary == The **Repeat Unsigned** component repeats an unsigned integer input a specified number of times.  == Description == This component takes an unsigned integer and outputs it multiple times according to the configured count.   Useful for generating repeated numeric sequences or testing data streams.  <b>Diagram:</b>    Image:TArduinoRepeatUnsigned.Preview.png  == Properties == *'''Enabled''' (boolean) – Enables or di..."  | 
			
(No difference) 
 | 
Latest revision as of 03:32, 14 September 2025
Summary
The **Repeat Unsigned** component repeats an unsigned integer input a specified number of times.
Description
This component takes an unsigned integer and outputs it multiple times according to the configured count. Useful for generating repeated numeric sequences or testing data streams.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeat function.
 - Count (integer) – Number of times the value is repeated.
 
Pins
Input Pins
- in – Input unsigned integer to repeat.
 
Output Pins
- out – Output repeated unsigned integer.
 
Categories
- File:TArduinoDigitalCategory.png Category Digital – Digital signal components.
 
