[docs] update pwm and get_start rst

This commit is contained in:
jzlv 2021-07-06 16:03:20 +08:00
parent 3235d20a7a
commit 1e5f80ab19
77 changed files with 203 additions and 167 deletions

View file

@ -66,7 +66,7 @@ PWM - 驱动步进电机
.. code-block:: C
:linenos:
#define BSP_PWM_CLOCK_SOURCE ROOT_CLOCK_SOURCE_RC_32K
#define BSP_PWM_CLOCK_SOURCE ROOT_CLOCK_SOURCE_32K_CLK
#define BSP_PWM_CLOCK_DIV 32
- 配置 ``PWM`` 设备时钟源,见 ``bsp/board/bl706_iot/clock_config.h``