esp-idf/examples/peripherals
Michael (XIAO Xufeng) 47c153b949 Merge branch 'ci/pre-commit-check-build-test-rule-exist' into 'master'
pre-commit: add check that build-test-rule paths must exist

See merge request espressif/esp-idf!25231
2023-08-17 02:25:45 +08:00
..
adc
analog_comparator
dac
dedicated_gpio
gpio
i2c feat(i2c): Add I2C driver support for esp32p4 2023-08-11 12:37:11 +08:00
i2s feat(example): bump up version of es8311 lvgl in the example 2023-07-01 17:55:58 +08:00
lcd feat(example): bump up version of es8311 lvgl in the example 2023-07-01 17:55:58 +08:00
ledc refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
mcpwm mcpwm: add foc svpwm generation open loop example 2023-08-01 16:18:19 +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
touch_sensor
twai
uart
usb
.build-test-rules.yml ci(pre-commit): add check that build-test-rule paths must exist 2023-08-11 17:04:35 +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.