Repeat Analog: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRepeatAnalog.png == Summary == The **Repeat Analog** component outputs a repeated sequence of an analog input a specified number of times. == Description == This component takes a single analog input and duplicates it according to the configured count. Useful for generating repeated analog signals or test patterns. <b>Diagram:</b> Image:TArduinoRepeatAnalog.Preview.png == Properties == *'''Enabled''' (boolean) – Enables or disables the re..." |
(No difference)
|
Latest revision as of 02:32, 14 September 2025
Summary
The **Repeat Analog** component outputs a repeated sequence of an analog input a specified number of times.
Description
This component takes a single analog input and duplicates it according to the configured count. Useful for generating repeated analog 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 analog value to repeat.
Output Pins
- out – Output analog sequence with repeated values.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal components.