mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	- Split SDMMC page into pages about SDMMC/SDSPI hosts and a page about the protocol layer. - Use autogenerated API reference instead of manually generated one. - Add information about SDIO APIs.
		
			
				
	
	
		
			26 lines
		
	
	
		
			557 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			557 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>
 | 
						|
   SDMMC Host <sdmmc_host>
 | 
						|
   SD SPI Host <sdspi_host>
 | 
						|
   Sigma-delta Modulation <sigmadelta>
 | 
						|
   SPI Master <spi_master>
 | 
						|
   SPI Slave <spi_slave>
 | 
						|
   Timer <timer>
 | 
						|
   Touch Sensor <touch_pad>
 | 
						|
   UART <uart>
 | 
						|
 | 
						|
Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.
 |