Merge branch 'docs/update_application_examples_of_ledc' into 'master'

docs: Update the application examples in ledc.rst

See merge request espressif/esp-idf!32643
This commit is contained in:
morris 2024-08-26 11:49:56 +08:00
commit c144052e25
2 changed files with 9 additions and 11 deletions

View File

@ -383,13 +383,12 @@ The duty resolution is normally set using :cpp:type:`ledc_timer_bit_t`. This enu
Application Example
-------------------
The LEDC basic example: :example:`peripherals/ledc/ledc_basic`.
.. list::
The LEDC change duty cycle and fading control example: :example:`peripherals/ledc/ledc_fade`.
* :example:`peripherals/ledc/ledc_basic` demonstrates how to use the LEDC to generate a PWM signal in LOW SPEED mode.
* :example:`peripherals/ledc/ledc_fade` demonstrates how to control the intensity of LEDs using the LEDC fade functionality.
:SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED: * :example:`peripherals/ledc/ledc_gamma_curve_fade` demonstrates how to use the LEDC for color control of RGB LEDs with gamma correction.
.. only:: SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED
The LEDC color control with Gamma correction on RGB LED example: :example:`peripherals/ledc/ledc_gamma_curve_fade`.
API Reference
-------------

View File

@ -380,16 +380,15 @@ LED PWM 控制器 API 会在设定的频率和占空比分辨率超过 LED PWM
占空比分辨率通常用 :cpp:type:`ledc_timer_bit_t` 设置,范围是 10 至 15 位。如需较低的占空比分辨率(上至 10下至 1可直接输入相应数值。
应用
应用
-------------------
使用 LEDC 基本实例请参照 :example:`peripherals/ledc/ledc_basic`
.. list::
使用 LEDC 改变占空比和渐变控制的实例请参照 :example:`peripherals/ledc/ledc_fade`
* :example:`peripherals/ledc/ledc_basic` 演示了如何使用 LEDC 生成低速模式的 PWM 信号。
* :example:`peripherals/ledc/ledc_fade` 演示了如何使用 LEDC 实现 LED 亮度的渐变控制。
:SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED: * :example:`peripherals/ledc/ledc_gamma_curve_fade` 演示了如何使用 LEDC 对 RGB LED 实现带伽马校正的颜色控制。
.. only:: SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED
使用 LEDC 对 RGB LED 实现带伽马校正的颜色控制实例请参照 :example:`peripherals/ledc/ledc_gamma_curve_fade`
API 参考
-------------