Detect Edge(Digital to Clock)
Jump to navigation
Jump to search
File:TArduinoDetectEdgeDigitalToClock.png
Summary
The **Detect Edge (Digital to Clock)** component converts changes in a digital input signal into clock pulses. It can be configured to trigger on rising edges, falling edges, or any change.
Description
This component monitors a digital signal and generates a clock output when specific edge conditions are met. It supports detection of rising edges (low to high), falling edges (high to low), or any change in the input signal. It also allows detection on each sampled value for flexible use in timing and control systems.
Diagram:
Properties
- Enabled (boolean) – Enables or disables edge detection.
- On Any Change / True and False (boolean) – Triggers on any signal change (both rising and falling edges).
- On Each Sample / Value (boolean) – Triggers a clock pulse for each sampled value.
- On Rising / True (boolean) – Triggers on rising edges (low to high transitions).
Pins
Input Pins
- in (digital) – Digital input signal to be monitored.
Output Pins
- out (clock) – Clock pulse output triggered on detected edges.
Categories
- File:TArduinoDigitalCategory.png Category Digital – Digital input/output components.
- File:TArduinoClockCategory.png Category Clock – Clock and timing components.