esp-idf/examples/peripherals
Kevin (Lao Kaiyao) 4867928160 Merge branch 'bugfix/i2s_tdm_doubled_mclk' into 'master'
i2s: fixed double mclk in tdm mode

Closes IDFGH-8764 and IDFGH-8763

See merge request espressif/esp-idf!21138
2022-11-22 15:41:16 +08:00
..
adc
dac
gpio
i2c
i2s i2s: fixed typo 'philip' 2022-11-21 15:58:06 +08:00
lcd
ledc
mcpwm pcnt: support accumulate count value 2022-11-21 10:15:19 +08:00
pcnt/rotary_encoder
rmt
sdio example/sdio: add support for ESP32-S3 as host (via SD) 2022-11-21 14:03:41 +08:00
secure_element/atecc608_ecdsa
sigma_delta
spi_master spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
spi_slave spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
spi_slave_hd spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
temp_sensor
timer_group
touch_sensor
twai
uart
usb
.build-test-rules.yml Merge branch 'feature/c6_spi_master_driver_support' into 'master' 2022-11-22 12:29:25 +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.