mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
842caaab21
1. add sens_struct.h 2. add definition of RTCCNTL and RTCIO 3. modify touch pad examples 4. update example code. 5. add comments add option in menuconfig 6. fix issue that pad index 8 and 9 are mismatched 7. add touch_pad_read_filtered() api to get value filtered by iir filter 8. modify touch pad isr func 9. Make the items in perihperal.ld in the sequence of address 10. delete Kconfig for touch pad 11. add touchpad filter APIs to adjust the filter 12. add touch_pad into index.rst 13. add touch_pad in Doxyfile 14. add touch_pad.rst
25 lines
538 B
ReStructuredText
25 lines
538 B
ReStructuredText
Peripherals API
|
|
***************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
ADC <adc>
|
|
DAC <dac>
|
|
GPIO (including RTC low power I/O) <gpio>
|
|
I2C <i2c>
|
|
I2S <i2s>
|
|
LED Control <ledc>
|
|
MCPWM <mcpwm>
|
|
Pulse Counter <pcnt>
|
|
Remote Control <rmt>
|
|
SD/MMC Card Host <../storage/sdmmc>
|
|
Sigma-delta Modulation <sigmadelta>
|
|
SPI Master <spi_master>
|
|
SPI Slave <spi_slave>
|
|
Timer <timer>
|
|
Touch pad <touch_pad>
|
|
UART <uart>
|
|
|
|
Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.
|