b00b75db7e
1. add sigma-delta code and example. 2. add gpio output signal in io matrix. Squashed commits: [a25e7d4] minor changes for doc [6a03a1e] minor changes on comments and doc. [97dd9e4] Add doc. update index.rst change example index
51 lines
913 B
ReStructuredText
51 lines
913 B
ReStructuredText
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: `examples/14_sigmadelta <https://github.com/espressif/esp-idf/tree/master/examples/14_sigmadelta>`_.
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
Header Files
|
|
^^^^^^^^^^^^
|
|
|
|
* `driver/sigmadelta.h <https://github.com/espressif/esp-idf/blob/master/components/driver/include/driver/sigmadelta.h>`_
|
|
|
|
|
|
Macros
|
|
^^^^^^
|
|
|
|
|
|
Type Definitions
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
|
|
Enumerations
|
|
^^^^^^^^^^^^
|
|
|
|
.. doxygenenum:: sigmadelta_channel_t
|
|
|
|
Structures
|
|
^^^^^^^^^^
|
|
|
|
.. doxygenstruct:: sigmadelta_config_t
|
|
:members:
|
|
|
|
|
|
Functions
|
|
^^^^^^^^^
|
|
|
|
.. doxygenfunction:: sigmadelta_config
|
|
.. doxygenfunction:: sigmadelta_set_duty
|
|
.. doxygenfunction:: sigmadelta_set_prescale
|
|
.. doxygenfunction:: sigmadelta_set_pin
|
|
|