You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
310 B

3 years ago
  1. # PWM每1s增加1KHZ
  2. ```
  3. pwm.c实现
  4. ```
  5. ![image-20220308164037665](markdown.assets/PWM%E6%AF%8F1s%E5%A2%9E%E5%8A%A01KHZ.assets/image-20220308164037665.png)
  6. ```
  7. main中调用
  8. ```
  9. ![image-20220308164114341](markdown.assets/PWM%E6%AF%8F1s%E5%A2%9E%E5%8A%A01KHZ.assets/image-20220308164114341.png)