esp-idf/examples/peripherals
Angus Gratton 2b19bd0c2f Merge branch 'doc/timer_group_update_for_esp32c3' into 'release/v4.3'
timer: clean up example and api reference (v4.3)

See merge request espressif/esp-idf!13279
2021-05-14 01:48:37 +00:00
..
adc adc: add adc programming guide on c3 2021-04-22 06:28:37 +00:00
gpio style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
i2c i2c: update api reference and example pin defination 2021-05-06 12:33:55 +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 CI: enable example builds for C3 2021-02-09 12:04:02 +08: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
spi_slave_hd/segment_mode spi_slave_hd: add segment mode example 2021-04-28 08:20:55 +00:00
temp_sensor temp_sensor: add calibration for esp32c3 2021-03-11 14:25:18 +08:00
timer_group timer_group: added example test 2021-04-22 11:21:41 +08:00
touch_element touch_element: fix event callback parameter type, change it into pointer 2021-03-05 11:45:47 +08:00
touch_pad_interrupt backport link updates to v4.3 2021-04-26 11:33:22 +00:00
touch_pad_read backport link updates to v4.3 2021-04-26 11:33:22 +00: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.