esp-idf/examples/peripherals
Kevin (Lao Kaiyao) 7a462d8a86 Merge branch 'feature/support_adc_calibration_on_c6' into 'master'
adc_cali: supported adc calibration on esp32c6

Closes IDF-5312 and IDF-6566

See merge request espressif/esp-idf!23499
2023-05-24 11:31:12 +08:00
..
adc adc_cali: supported channel compensation of adc calibration on esp32c6 2023-05-23 22:44:25 +08:00
analog_comparator
dac
dedicated_gpio
gpio
i2c
i2s i2s: public bclk_div and add a default config for PDM TX DAC 2023-05-06 14:19:48 +08:00
lcd
ledc
mcpwm mcpwm: fix bldc example force output level inverted 2023-05-10 19:17:21 +08:00
parlio/simple_rgb_led_matrix
pcnt/rotary_encoder
rmt
sdio
secure_element/atecc608_ecdsa
sigma_delta
spi_master
spi_slave
spi_slave_hd
temperature_sensor
timer_group ci: Relax a check in pytest_gptimer_example 2023-05-17 23:40:59 +08:00
touch_sensor
twai
uart
usb usb: update usb device msc example by adding new API tinyusb_msc_register_callback 2023-05-22 12:00:44 +05:30
.build-test-rules.yml i2s: public bclk_div and add a default config for PDM TX DAC 2023-05-06 14:19:48 +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.