esp-idf/examples/peripherals
wanlei 94fb5232ce fix(spi_master): fixed lcd example block border pixel issue 2023-12-14 17:17:36 +08:00
..
adc fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:09:21 +08:00
analog_comparator
dac fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:09:21 +08:00
dedicated_gpio
gpio
i2c ci: migrate peripherals ttfw test scripts 2023-05-04 11:21:29 +08:00
i2s feat(example): bump up version of es8311 lvgl in the example 2023-07-03 16:33:42 +08:00
lcd feat(st7789): add data endian config 2023-09-06 16:59:13 +08:00
ledc fix(ledc): fix ledc driver 100% duty cycle configuration 2023-11-17 12:38:32 +08:00
mcpwm mcpwm: fix bldc example force output level inverted 2023-05-12 14:40:10 +08:00
parlio/simple_rgb_led_matrix
pcnt/rotary_encoder
rmt example: fix led strip memory overwrite before trans done 2023-05-26 13:28:31 +08:00
sdio ci: migrate peripherals ttfw test scripts 2023-05-04 11:21:29 +08:00
secure_element/atecc608_ecdsa
sigma_delta
spi_master fix(spi_master): fixed lcd example block border pixel issue 2023-12-14 17:17:36 +08:00
spi_slave
spi_slave_hd
temperature_sensor
timer_group ci: fix failed ci test jobs 2023-06-28 13:55:26 +08:00
touch_sensor
twai
uart
usb fix(usb/host): Do not abort on string descriptor overflow 2023-11-28 22:00:54 +01:00
.build-test-rules.yml refactor(soc): SOC_USB_PERIPH_NUM option 2023-11-28 22:00:30 +01: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.