esp-idf/examples/peripherals
Michael (XIAO Xufeng) 90345050b2 example(sdio): example to use sdmmc host to do SDIO communication with SDIO slave 2018-06-20 07:00:05 +00:00
..
adc
adc2
gpio
i2c
i2s
i2s_adc_dac remove executable permission from source files 2018-05-29 20:07:45 +08:00
ledc
mcpwm
pcnt
rmt_nec_tx_rx
rmt_tx driver(rmt):Add API supports sending uint8_t type data. 2018-05-22 01:55:44 +00:00
sdio example(sdio): example to use sdmmc host to do SDIO communication with SDIO slave 2018-06-20 07:00:05 +00:00
sigmadelta
spi_master
spi_slave
timer_group
touch_pad_interrupt bugfix(touch pad): modify deep-sleep example and add note for sleep api. 2018-06-20 10:57:26 +08:00
touch_pad_read bugfix(touch pad): modify deep-sleep example and add note for sleep api. 2018-06-20 10:57:26 +08:00
uart_async_rxtxtasks
uart_echo
uart_events
uart_select Allow VFS file descriptors in select() 2018-05-18 08:06:33 +02:00
README.md

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32s internal peripherals like GPIO, UART, I2C, SPI, timers, counters, ADC / DAC, PWM, etc.

See the README.md file in the upper level examples directory for more information about examples.