esp-idf/examples/peripherals
morris be1539f926 Merge branch 'bugfix/rotary_encoder_v4.3' into 'release/v4.3'
bugfix:rotary encoder example isr service install(backport v4.3)

See merge request espressif/esp-idf!14351
2021-09-17 08:57:05 +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 bugfix:rotary encoder example isr service install 2021-07-14 10:13:21 +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 secure_element: Update esp-cryptoauthlib submodule latest version. 2021-06-17 13:52:03 +08:00
sigmadelta Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spi_master spi: update examples to use the new GDMA driver 2021-07-30 17:59:52 +08:00
spi_slave spi: update examples to use the new GDMA driver 2021-07-30 17:59:52 +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 console: fix a bug preventing us from starting a CLI on non-default UART 2021-09-13 14:10:19 +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.