morris 2f49cccf9e Merge branch 'contrib/github_pr_10947' into 'master' 2 years ago
..
adc d0e4d36fb6 esp_adc: support h2 oneshot mode and continuous mode 3 years ago
analog_comparator 53584bb5a7 ana_cmpr: add programming guide 2 years ago
dac c634144ac8 ana_cmpr: designed driver layer 2 years ago
dedicated_gpio a3f887a1fe gpio: support glitch filter on esp32h2 3 years ago
gpio d3fa898f80 Update gpio_example_main.c 2 years ago
i2c 510592d86c Update partitions_example.csv 2 years ago
i2s 71905d9cbf i2s_test: fix unsupported sample rate on h2 3 years ago
lcd c2c4fbff13 lcd: driver support for esp32h2 3 years ago
ledc 79f34fe524 ledc: Support gamma curve fade feature on esp32c6 and esp32h2 2 years ago
mcpwm 15b9352f60 mcpwm: support esp32h2 3 years ago
parlio d15534c4e2 parlio: add simple rgb led matrix example 2 years ago
pcnt 58bde0f665 fix pcnt sdm pre-commit failure 3 years ago
rmt 195f6b99ad rmt: expose private API to get channel ID 3 years ago
sdio e80e1450ac sdio: c6 doc update 3 years ago
secure_element 7c28b44950 examples/secure_element: add component manifest file for cryptoauthlib 3 years ago
sigma_delta 58bde0f665 fix pcnt sdm pre-commit failure 3 years ago
spi_master 871b2ba237 spi: simplify readme description of spi examples 3 years ago
spi_slave 871b2ba237 spi: simplify readme description of spi examples 3 years ago
spi_slave_hd 5300bd3b2f spi: support H2 spi master, slave, slave_hd driver 3 years ago
temperature_sensor 3526ff3c6a temperature_sensor: Add temperature monitor interrupt example 2 years ago
timer_group 195f6b99ad rmt: expose private API to get channel ID 3 years ago
touch_sensor 763b472958 example: update format string in touch related examples 3 years ago
twai fdeeced62c twai: h2 support twai driver 3 years ago
uart b72d759290 uart: Add support for esp32h2 3 years ago
usb 2b5caf34b7 tinyusb: Do not access string descriptor array out of boundaries 3 years ago
.build-test-rules.yml 24361f232d ana_cmpr: add an example and test cases 2 years ago
README.md a67d5d89e0 Replace all DOS line endings with Unix 7 years ago

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32’s 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.