esp-idf/examples/peripherals
Michael (XIAO Xufeng) 0c64d8e822 spi: fix the misleading example, letting the master wait until slave is ready 2018-08-29 18:40:21 +08:00
..
adc
adc2
can
gpio
i2c
i2s
i2s_adc_dac
ledc Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
mcpwm
pcnt Add some comments in pcnt.h. 2018-07-24 10:33:58 +08:00
rmt_nec_tx_rx
rmt_tx
sdio Merge branch 'bugfix/spi_sdio_sdkconfig_include' into 'master' 2018-07-16 08:00:15 +08:00
sigmadelta
spi_master
spi_slave spi: fix the misleading example, letting the master wait until slave is ready 2018-08-29 18:40:21 +08:00
timer_group
touch_pad_interrupt Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
touch_pad_read Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
uart_async_rxtxtasks
uart_echo
uart_echo_rs485
uart_events
uart_select
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.