Skip to content

Commit 3d5f352

Browse files
nefelim4agKevinOConnor
authored andcommitted
docs: Describe static_pwm_clock section
Signed-off-by: Timofey Titovets <[email protected]>
1 parent 1fdf0eb commit 3d5f352

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/Config_Reference.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3616,6 +3616,20 @@ pin:
36163616
# These options are deprecated and should no longer be specified.
36173617
```
36183618

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+
36193633
### [pwm_tool]
36203634

36213635
Pulse width modulation digital output pins capable of high speed

0 commit comments

Comments
 (0)