esp-idf/examples/peripherals
Michael (XIAO Xufeng) cb179fe105 Merge branch 'doc/update_i2c_on_esp32c3' into 'master'
i2c: update api reference and example pin definition

Closes IDF-2746 and IDF-2336

See merge request espressif/esp-idf!12407
2021-04-11 17:57:30 +00:00
..
adc adc: rename adc examples according to hw feature and usage 2021-03-26 12:04:46 +08:00
gpio Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +00:00
i2c i2c: update api reference and example pin defination 2021-04-06 13:47:02 +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 Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +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 Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +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 Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +00:00
timer_group Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +00:00
touch_element touch_element: fix event callback parameter type, change it into pointer 2021-03-03 15:53:12 +08:00
touch_pad_interrupt fix dead links directed to iot solution repo 2021-03-26 15:19:10 +08:00
touch_pad_read fix dead links directed to iot solution repo 2021-03-26 15:19:10 +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 Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +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.