esp-idf/examples/peripherals
kooho 01516abe5a Add some comments in pcnt.h. 2018-07-24 10:33:58 +08:00
..
adc
adc2 assert: Fix. Move useful functions from wrapped assert functions 2018-06-22 15:17:55 +05:00
can CAN Driver 2018-07-04 14:01:57 +08:00
gpio
i2c
i2s
i2s_adc_dac remove executable permission from source files 2018-05-29 20:07:45 +08:00
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 driver(rmt):Add API supports sending uint8_t type data. 2018-05-22 01:55:44 +00:00
sdio Merge branch 'bugfix/spi_sdio_sdkconfig_include' into 'master' 2018-07-16 08:00:15 +08:00
sigmadelta
spi_master
spi_slave
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 driver: add rs485 half duplex interface support to uart driver (fix after review) 2018-07-02 15:24:58 +02: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.