From 3d5f352e242e47a398f07aa7c215dd0c0dc06f52 Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Thu, 16 Oct 2025 22:52:51 +0200 Subject: [PATCH] docs: Describe static_pwm_clock section Signed-off-by: Timofey Titovets --- docs/Config_Reference.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 528465e64..b01360adf 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -3616,6 +3616,20 @@ pin: # These options are deprecated and should no longer be specified. ``` +### [static_pwm_clock] + +Static configurable output pin (one may define any number of +sections with an "static_pwm_clock" prefix). +Pins configured here will be set up as clock output pins. +Generally used to provide clock input to other hardware on the board. +``` +[static_pwm_clock my_pin] +pin: +# The pin to configure as an output. This parameter must be provided. +#frequency: 100 +# Target output frequency. +``` + ### [pwm_tool] Pulse width modulation digital output pins capable of high speed