esp-idf/examples/peripherals
laokaiyao fa9b022f68 i2s: support 4 line pdm rx on esp32s3 2022-11-04 15:46:34 +08:00
..
adc
dac dac: update API and file format aligning to the rule 2022-11-03 13:04:50 +08:00
gpio ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
i2c doc: redirect console page 2022-11-02 14:21:57 +08:00
i2s i2s: support 4 line pdm rx on esp32s3 2022-11-04 15:46:34 +08:00
lcd
ledc
mcpwm ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
pcnt/rotary_encoder ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
rmt ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
sdio
secure_element/atecc608_ecdsa
sigma_delta ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
spi_master
spi_slave
spi_slave_hd
temp_sensor Fixed typo 2022-10-31 17:31:40 +01:00
timer_group ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
touch_sensor
twai twai: migrate example test to pytest 2022-10-31 21:44:08 +08:00
uart ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
usb tinyusb: Use TinyUSB from component registry 2022-11-02 08:24:43 +01:00
.build-test-rules.yml i2s: refactor soc caps 2022-11-04 12:31:12 +08:00
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.