Merge branch 'example/ledc_pwm_basic' into 'master'

Example: Added LEDC basic PWM example

Closes DO-70

See merge request espressif/esp-idf!13114
This commit is contained in:
Ivan Grokhotkov
2021-06-15 11:12:46 +00:00
16 changed files with 166 additions and 7 deletions
+2 -1
View File
@@ -192,8 +192,9 @@ The duty resolution is normally set using :cpp:type:`ledc_timer_bit_t`. This enu
Application Example
-------------------
The LEDC change duty cycle and fading control example: :example:`peripherals/ledc`.
The LEDC change duty cycle and fading control example: :example:`peripherals/ledc/ledc_fade`.
The LEDC basic example: :example:`peripherals/ledc/ledc_basic`.
API Reference
-------------