esp-idf/examples/peripherals
2022-09-26 19:43:03 +08:00
..
adc example: Remove duplicate commands and invalid serial port information 2020-04-13 15:16:11 +02:00
adc2 example: Remove duplicate commands and invalid serial port information 2020-04-13 15:16:11 +02:00
can twai: Temporarily disable network example test 2020-12-10 21:31:56 +08:00
gpio example: fixed the issue that config struct is not properly initialized 2022-03-25 01:12:22 +08:00
i2c vfs: support vfs uart set line endings with specified uart number (release/v4.1) 2020-08-24 15:37:44 +08:00
i2s example: Remove duplicate commands and invalid serial port information 2020-04-13 15:16:11 +02:00
i2s_adc_dac example: Remove duplicate commands and invalid serial port information 2020-04-13 15:16:11 +02:00
ledc example: Remove duplicate commands and invalid serial port information 2020-04-13 15:16:11 +02:00
mcpwm Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
pcnt example: Remove duplicate commands and invalid serial port information 2020-04-13 15:16:11 +02:00
rmt Update ir_builder_rmt_nec.c 2020-02-18 10:53:49 +08:00
sdio sdio/example: fixed the essl return type issue 2022-09-26 19:43:03 +08:00
sigmadelta example: Remove duplicate commands and invalid serial port information 2020-04-13 15:16:11 +02:00
spi_master Implement review comments 2020-01-08 18:41:43 +08:00
spi_slave Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
temp_sensor_esp32s2 fix markdown table formatting 2020-03-09 11:25:54 +01:00
timer_group timer_group: update hal api && fix intr_enable 2020-04-29 12:19:25 +08:00
touch_pad_interrupt ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2022-03-25 14:20:54 +08:00
touch_pad_read ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2022-03-25 14:20:54 +08:00
uart example: Remove duplicate commands and invalid serial port information 2020-04-13 15:16:11 +02: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.