Repeat Clock
Jump to navigation
Jump to search
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.