We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdf0eb commit 3d5f352Copy full SHA for 3d5f352
docs/Config_Reference.md
@@ -3616,6 +3616,20 @@ pin:
3616
# These options are deprecated and should no longer be specified.
3617
```
3618
3619
+### [static_pwm_clock]
3620
+
3621
+Static configurable output pin (one may define any number of
3622
+sections with an "static_pwm_clock" prefix).
3623
+Pins configured here will be set up as clock output pins.
3624
+Generally used to provide clock input to other hardware on the board.
3625
+```
3626
+[static_pwm_clock my_pin]
3627
+pin:
3628
+# The pin to configure as an output. This parameter must be provided.
3629
+#frequency: 100
3630
+# Target output frequency.
3631
3632
3633
### [pwm_tool]
3634
3635
Pulse width modulation digital output pins capable of high speed
0 commit comments