esp-idf/examples/peripherals
Angus Gratton 75c27202f7 Merge branch 'feature/update_touchpad_filter_process' into 'master'
driver(touchpad): Change the measuring mode, improve the software filter.

See merge request idf/esp-idf!2358
2018-05-22 09:56:55 +08:00
..
adc
adc2
gpio
i2c
i2s fix i2s mix result and error code 2018-05-17 10:59:04 +08:00
i2s_adc_dac Merge branch 'bugfix/idle_task_stack_size' into 'master' 2018-05-18 10:10:13 +08:00
ledc
mcpwm
pcnt
rmt_nec_tx_rx
rmt_tx
sigmadelta
spi_master
spi_slave
timer_group
touch_pad_interrupt driver(touchpad): improve touchpad filter mode and update examples. 2018-05-21 14:45:31 +08:00
touch_pad_read driver(touchpad): improve touchpad filter mode and update examples. 2018-05-21 14:45:31 +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.