Repeat Binary: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRepeatBinary.png == Summary == The **Repeat Binary** component outputs a repeated sequence of a binary (boolean) input a specified number of times. == Description == This component takes a single binary input and duplicates it according to the configured count. Useful for generating repeated digital signals or test patterns. <b>Diagram:</b> Image:TArduinoRepeatBinary.Preview.png == Properties == *'''Enabled''' (boolean) – Enables or disab..." |
(No difference)
|
Latest revision as of 02:29, 14 September 2025
Summary
The **Repeat Binary** component outputs a repeated sequence of a binary (boolean) input a specified number of times.
Description
This component takes a single binary input and duplicates it according to the configured count. Useful for generating repeated digital signals or test patterns.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeating function.
- Count (integer) – Number of times the input value is repeated.
Pins
Input Pins
- in – Input binary value to repeat.
Output Pins
- out – Output binary sequence with repeated values.
Categories
- File:TArduinoDigitalCategory.png Category Digital – Digital signal components.