Merge branch 'docs/update_examples_in_sdm' into 'master'

docs: Update the application examples in sdm.rst

Closes DOC-8324

See merge request espressif/esp-idf!31998
This commit is contained in:
Shen Meng Jing 2024-08-01 14:16:38 +08:00
commit 5092ff51fd
2 changed files with 6 additions and 6 deletions

View File

@ -142,11 +142,11 @@ For example, you can take the following `Sallen-Key topology Low Pass Filter`_ a
Sallen-Key Low Pass Filter
Application Example
-------------------
Application Examples
--------------------
* 100 Hz sine wave that is modulated with Sigma-Delta: :example:`peripherals/sigma_delta/sdm_dac`.
* LED driven by a GPIO that is modulated with Sigma-Delta: :example:`peripherals/sigma_delta/sdm_led`.
* :example:`peripherals/sigma_delta/sdm_dac` demonstrates how to use the sigma-delta driver to act as an 8-bit DAC, and output a 100 Hz sine wave.
* :example:`peripherals/sigma_delta/sdm_led` demonstrates how to use the sigma-delta driver to control the brightness of an LED or LCD backlight.
API Reference
-------------

View File

@ -145,8 +145,8 @@ Kconfig 选项
应用示例
--------
* 使用 Sigma-Delta 调制的 100 Hz 正弦波::example:`peripherals/sigma_delta/sdm_dac`
* 使用 Sigma-Delta 调制、并由 GPIO 驱动的 LED:example:`peripherals/sigma_delta/sdm_led`
* :example:`peripherals/sigma_delta/sdm_dac` 演示了如何使用 sigma-delta 驱动器作为 8 位 DAC数字模拟转换器并输出 100 Hz 的正弦波
* :example:`peripherals/sigma_delta/sdm_led` 演示了如何使用 sigma-delta 驱动器来控制 LED 或 LCD 背光的亮度
API 参考
--------