esp-idf/examples/peripherals
morris 37e0e8ab53 Merge branch 'bugfix/soft_uart_send_dummy_byte_v5.1' into 'release/v5.1'
fix(peripheral_drivers/dedicated_gpio): Remove dummy byte from the emulate_uart_send routine (backport v5.1)

See merge request espressif/esp-idf!28687
2024-02-28 11:43:38 +08:00
..
adc
analog_comparator
dac
dedicated_gpio fix(peripheral_drivers/dedicated_gpio): Remove dummy byte from the emulate_uart_send routine 2024-02-26 11:42:03 +08:00
gpio
i2c
i2s
lcd
ledc fix(ledc): fix ledc driver 100% duty cycle configuration 2023-11-17 12:38:32 +08:00
mcpwm
parlio/simple_rgb_led_matrix
pcnt/rotary_encoder
rmt feat(rmt): added a help function for allocating encoder memory 2024-01-30 17:03:54 +08:00
sdio
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
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.