esp-idf/examples/peripherals
2021-02-23 10:48:17 +08:00
..
adc adc: apply gdma api to adc on esp32c3 2021-02-08 11:41:21 +08:00
gpio style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
i2c style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
i2s Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
i2s_adc_dac style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ledc esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
mcpwm Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
pcnt CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
rmt Merge branch 'feature/new_blink_example' into 'master' 2021-02-15 22:47:47 +00:00
sdio style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
secure_element/atecc608_ecdsa Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sigmadelta Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spi_master CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
spi_slave CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
temp_sensor temp_sensor: add calibration for esp32c3 2021-02-23 10:48:17 +08:00
timer_group Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
touch_pad_interrupt CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
touch_pad_read CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
twai style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
uart CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
usb tinyusb: Add fix for tinyusb reading 2021-01-08 14:21:26 +00:00
wave_gen Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.