Merge branch 'doc/review_api-ref_periph-sd_pullup' into 'master'

Review the file api-reference/peripherals/sd_pullup_requirements.rst

See merge request espressif/esp-idf!5793
This commit is contained in:
Angus Gratton
2019-10-30 12:01:42 +08:00
3 changed files with 188 additions and 171 deletions

View File

@@ -6,6 +6,7 @@ Peripherals API
.. toctree::
:maxdepth: 1
ADC <adc>
CAN <can>
DAC <dac>
@@ -16,9 +17,10 @@ Peripherals API
MCPWM <mcpwm>
Pulse Counter <pcnt>
Remote Control <rmt>
SD Pull-up Requirements <sd_pullup_requirements>
SDMMC Host <sdmmc_host>
SD SPI Host <sdspi_host>
SDIO Slave <sdio_slave>
SDMMC Host <sdmmc_host>
Sigma-delta Modulation <sigmadelta>
SPI Master <spi_master>
SPI Slave <spi_slave>
@@ -27,4 +29,5 @@ Peripherals API
Touch Sensor <touch_pad>
UART <uart>
Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.