esp-idf/examples/peripherals
suda-morris 81e88764d5 console: fix wrong param passed to esp_err_to_name 2019-10-14 19:49:19 +08:00
..
adc Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
adc2
can
gpio
i2c console: fix wrong param passed to esp_err_to_name 2019-10-14 19:49:19 +08:00
i2s Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
i2s_adc_dac Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
ledc driver(ledc): fixed ledc clock selection bug. 2019-08-06 16:11:18 +08:00
mcpwm
pcnt driver(ledc): fixed ledc clock selection bug. 2019-08-06 16:11:18 +08:00
rmt_nec_tx_rx Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
rmt_tx Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
sdio exclude rom headers in examples 2019-08-13 11:10:22 +08:00
sigmadelta Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
spi_master exclude rom headers in examples 2019-08-13 11:10:22 +08:00
spi_slave esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
timer_group timer_group: use the LL 2019-08-09 13:46:31 +08:00
touch_pad_interrupt
touch_pad_read
uart Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08: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.