esp-idf/examples/peripherals
Angus Gratton b355854d4d Merge branch 'master' into feature/cmake 2018-09-05 10:35:04 +08:00
..
adc
adc2 Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
can Merge branch 'master' into feature/cmake 2018-09-05 10:35:04 +08:00
gpio
i2c
i2s
i2s_adc_dac
ledc Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
mcpwm cmake: Add missing example CMakeLists.txt files, CI check all examples have both 2018-08-29 20:22:55 +08:00
pcnt Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
rmt_nec_tx_rx
rmt_tx
sdio cmake: Add missing example CMakeLists.txt files, CI check all examples have both 2018-08-29 20:22:55 +08:00
sigmadelta
spi_master
spi_slave Merge branch 'master' into feature/cmake 2018-08-30 18:51:01 +08:00
timer_group
touch_pad_interrupt Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
touch_pad_read Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
uart_async_rxtxtasks
uart_echo
uart_echo_rs485 cmake: Add missing example CMakeLists.txt files, CI check all examples have both 2018-08-29 20:22:55 +08:00
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.