esp-idf/examples/peripherals
Michael (XIAO Xufeng) b3587ff88c Merge branch 'bugfix/fix_i2s_comm_format_unclear_description_bug' into 'master'
Bugfix(I2S):  Fix i2s_comm_format_t configuration parameter does not match the TRM bug

Closes IDFGH-3040, IDFGH-2913, IDFGH-578, IDFGH-2408, and IDFGH-3117

See merge request espressif/esp-idf!8339
2020-05-25 15:00:10 +08:00
..
adc Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
adc2 Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
can
gpio
i2c
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
mcpwm
pcnt Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
rmt
sdio
secure_element/atecc608_ecdsa secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
sigmadelta
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
temp_sensor_esp32s2
timer_group timer_group: update hal api && fix intr_enable 2020-04-23 19:29:15 +08:00
touch_pad_interrupt
touch_pad_read
uart
usb/tusb_sample_descriptor examples/tusb_sample_descriptor: default to esp32s2 target 2020-04-29 10:04:13 +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.