esp-idf/examples/peripherals
Michael (XIAO Xufeng) ceb690886e Merge branch 'feature/esp32s2_adc_calib_V1' into 'master'
driver/adc: support for esp32s2 adc calibration scheme (RTC High Priority)

Closes IDFGH-3500

See merge request espressif/esp-idf!10004
2020-08-14 13:42:39 +08:00
..
adc driver/adc: support for esp32s2 adc calibration scheme 2020-08-13 17:27:03 +08:00
adc2 driver/adc: support for esp32s2 adc calibration scheme 2020-08-13 17:27:03 +08:00
gpio CI: add size info for binaries 2020-07-21 16:00:05 +08:00
i2c console_repl: change config structure to support different devices 2020-07-02 07:39:46 +00:00
i2s driver(I2S): Fix i2s_comm_format_t configuration parameter does not match the TRM bug. 2020-05-18 19:55:30 +08:00
i2s_adc_dac esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
ledc
mcpwm
pcnt
rmt
sdio
secure_element/atecc608_ecdsa esp32/secure_element: update esp-cryptoauthlib submodule pointer 2020-07-23 16:08:14 +00:00
sigmadelta esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
spi_master
spi_slave esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
temp_sensor_esp32s2 add supported target to ESP32-S2 Temperature Sensor Example 2020-07-06 19:05:44 +08:00
timer_group timer_group: update hal api && fix intr_enable 2020-04-23 19:29:15 +08:00
touch_pad_interrupt driver(touch): fix touch sensor driver redundancy 2020-07-27 03:37:29 +00:00
touch_pad_read
twai esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
uart examples: fix echo example crash when UART interrupt handler placed in IRAM 2020-08-06 19:32:11 +08:00
usb usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
wave_gen
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.