esp-idf/examples/peripherals
Tomas Rezucha 31f11848d2 Merge branch 'feature/usb_examples_trim_build' into 'master'
change(usb/examples): Trim the builds of USB examples

See merge request espressif/esp-idf!26320
2023-10-10 23:33:11 +08:00
..
adc
analog_comparator
dac
dedicated_gpio
gpio
i2c
i2s feat(spi_master): p4 add master driver supported 2023-10-08 14:45:12 +08:00
lcd feat(spi_master): p4 enable test and examples 2023-10-08 14:45:52 +08:00
ledc fix(ledc): fix ledc driver 100% duty cycle configuration 2023-10-02 07:32:16 +00:00
mcpwm fix(mcpwm): foc example enable build on all supported target 2023-10-09 12:28:08 +08:00
parlio/simple_rgb_led_matrix
pcnt/rotary_encoder
rmt
sdio
secure_element/atecc608_ecdsa
sigma_delta
spi_master feat(spi_master): p4 enable test and examples 2023-10-08 14:45:52 +08:00
spi_slave feat(spi_master): p4 enable test and examples 2023-10-08 14:45:52 +08:00
spi_slave_hd
temperature_sensor
timer_group
touch_sensor
twai
uart
usb Merge branch 'feature/usb_examples_trim_build' into 'master' 2023-10-10 23:33:11 +08:00
.build-test-rules.yml Merge branch 'fix/mcpwm_foc_example_build_all_target' into 'master' 2023-10-09 19:24:43 +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.