Repeat Clock: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRepeatClock.png == Summary == The **Repeat Clock** component generates repeated clock signals with a configurable interval and optional microsecond precision. == Description == This component outputs clock pulses repeatedly based on the specified interval. It can operate in microseconds or standard timing, making it suitable for precise timing applications or regular digital triggering. <b>Diagram:</b> Image:TArduinoRepeatClock.Preview.png..." |
(No difference)
|
Latest revision as of 09:59, 14 September 2025
Summary
The **Repeat Clock** component generates repeated clock signals with a configurable interval and optional microsecond precision.
Description
This component outputs clock pulses repeatedly based on the specified interval. It can operate in microseconds or standard timing, making it suitable for precise timing applications or regular digital triggering.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeat function.
- Count (integer) – Number of times the clock pulse is repeated.
- In Micro Seconds (boolean) – Enables timing in microseconds.
- Interval – The interval between repeated clock pulses.
Pins
Input Pins
- in (clock) – Input clock signal.
Output Pins
- out (clock) – Output repeated clock pulses.
Categories
- File:TArduinoClockCategory.png Category Clock – Clock and timing components.