esp-idf/examples/peripherals
2022-09-26 19:42:24 +08:00
..
adc driver/adc: support for esp32s2 adc calibration scheme 2020-08-17 14:43:41 +08:00
adc2 driver/adc: support for esp32s2 adc calibration scheme 2020-08-17 14:43:41 +08:00
gpio example: fixed the issue that config struct is not properly initialized 2022-03-25 01:11:55 +08:00
i2c console_repl: change config structure to support different devices 2020-06-30 20:18:27 +08: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 driver(I2S): Fix i2s_comm_format_t configuration parameter does not match the TRM bug. 2020-05-18 19:55:30 +08:00
ledc example: Remove duplicate commands and invalid serial port information 2020-04-08 13:17:48 +02:00
mcpwm build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
pcnt Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
rmt Update ir_builder_rmt_nec.c 2020-02-17 15:20:41 +08:00
sdio sdio/example: fixed the essl return type issue 2022-09-26 19:42:24 +08:00
secure_element/atecc608_ecdsa esp-cryptoauthlib: Update submodule pointer to add a new feature. 2020-10-15 05:16:38 +00:00
sigmadelta example: Remove duplicate commands and invalid serial port information 2020-04-08 13:17:48 +02:00
spi_master spi: fix config break and reduce overhead of the bus lock on SPI1 2020-04-22 16:06:13 +08:00
spi_slave global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
temp_sensor_esp32s2 driver(adc/dac): fix adc dac driver for esp32s2 2020-04-01 12:41:51 +08:00
timer_group timer_group: update hal api && fix intr_enable 2020-04-23 19:29:15 +08:00
touch_pad_interrupt ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2022-03-30 15:27:03 +08:00
touch_pad_read ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2022-03-30 15:27:03 +08:00
twai twai: Temporarily disable network example test 2020-12-10 21:27:46 +08:00
uart example: Remove duplicate commands and invalid serial port information 2020-04-08 13:17:48 +02:00
usb/tusb_sample_descriptor examples/tusb_sample_descriptor: default to esp32s2 target 2020-04-29 10:04:13 +02:00
wave_gen bugfix by disabling IRAM attr on ISR 2021-09-24 11:00:26 +08: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.