morris 7f8404ed91 doc: state the rgb lcd example may need extra initialitions 2 years ago
..
adc ffb40a89d9 adc_cali: supported channel compensation of adc calibration on esp32c6 2 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 801f934ac9 Dedicated GPIO: add software UART implementation for Xtensa targets 2 years ago
gpio 1f84f6c6ed esp32h4: remove esp32h4 target from ci 2 years ago
i2c e72061695e all: Removes unnecessary newline character in logs 2 years ago
i2s bf8419fd6e i2s: public bclk_div and add a default config for PDM TX DAC 2 years ago
lcd 7f8404ed91 doc: state the rgb lcd example may need extra initialitions 2 years ago
ledc 79f34fe524 ledc: Support gamma curve fade feature on esp32c6 and esp32h2 3 years ago
mcpwm 5680d28b0e mcpwm: fix bldc example force output level inverted 2 years ago
parlio d15534c4e2 parlio: add simple rgb led matrix example 3 years ago
pcnt 58bde0f665 fix pcnt sdm pre-commit failure 3 years ago
rmt ab6ae9341a example: fix led strip memory overwrite before trans done 2 years ago
sdio e72061695e all: Removes unnecessary newline character in logs 2 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 b7053b46ef esp32h4: remove esp32h4 target from peripherals 2 years ago
spi_slave_hd b7053b46ef esp32h4: remove esp32h4 target from peripherals 2 years ago
temperature_sensor 3526ff3c6a temperature_sensor: Add temperature monitor interrupt example 3 years ago
timer_group 6fe405bffc ci: fix failed ci test jobs 2 years ago
touch_sensor 763b472958 example: update format string in touch related examples 3 years ago
twai 88600bd91b driver: minor code clean up to pass coverity scan test 2 years ago
uart e72061695e all: Removes unnecessary newline character in logs 2 years ago
usb e72061695e all: Removes unnecessary newline character in logs 2 years ago
.build-test-rules.yml 2ad2e3cb04 ci(ccs811): use manifest file instead of patterns in rules.yml 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.