| 12345678910111213141516171819 |
- Sigma-delta Modulation
- ======================
- Overview
- --------
- ESP32 has a second-order sigma-delta modulation module.
- This driver configures the channels of the sigma-delta module.
- Application Example
- -------------------
- Sigma-delta Modulation example: :example:`peripherals/sigmadelta`.
- API Reference
- -------------
- .. include:: /_build/inc/sigmadelta.inc
|