Cao Sen Miao d9d1c87e56 feat(i2c_eeprom): Add new example for I2C eeprom with new API 2 лет назад
..
adc ffb40a89d9 adc_cali: supported channel compensation of adc calibration on esp32c6 2 лет назад
analog_comparator 53584bb5a7 ana_cmpr: add programming guide 2 лет назад
dac c634144ac8 ana_cmpr: designed driver layer 2 лет назад
dedicated_gpio 801f934ac9 Dedicated GPIO: add software UART implementation for Xtensa targets 2 лет назад
gpio 1f84f6c6ed esp32h4: remove esp32h4 target from ci 2 лет назад
i2c d9d1c87e56 feat(i2c_eeprom): Add new example for I2C eeprom with new API 2 лет назад
i2s e3789d99a0 feat(example): bump up version of es8311 lvgl in the example 2 лет назад
lcd e3789d99a0 feat(example): bump up version of es8311 lvgl in the example 2 лет назад
ledc 6fc935e584 refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2 лет назад
mcpwm b7a901951e mcpwm: add foc svpwm generation open loop example 2 лет назад
parlio d15534c4e2 parlio: add simple rgb led matrix example 2 лет назад
pcnt 58bde0f665 fix pcnt sdm pre-commit failure 3 лет назад
rmt ab6ae9341a example: fix led strip memory overwrite before trans done 2 лет назад
sdio e72061695e all: Removes unnecessary newline character in logs 2 лет назад
secure_element 7c28b44950 examples/secure_element: add component manifest file for cryptoauthlib 3 лет назад
sigma_delta 58bde0f665 fix pcnt sdm pre-commit failure 3 лет назад
spi_master 871b2ba237 spi: simplify readme description of spi examples 2 лет назад
spi_slave b7053b46ef esp32h4: remove esp32h4 target from peripherals 2 лет назад
spi_slave_hd b7053b46ef esp32h4: remove esp32h4 target from peripherals 2 лет назад
temperature_sensor 3526ff3c6a temperature_sensor: Add temperature monitor interrupt example 2 лет назад
timer_group 6fe405bffc ci: fix failed ci test jobs 2 лет назад
touch_sensor 1c0be26531 fix(soc): soc header files can pass CI check 2 лет назад
twai 88600bd91b driver: minor code clean up to pass coverity scan test 2 лет назад
uart e72061695e all: Removes unnecessary newline character in logs 2 лет назад
usb 5ceac3cd19 feat(usb): update HID Host example 2 лет назад
.build-test-rules.yml 2ad2e3cb04 ci(ccs811): use manifest file instead of patterns in rules.yml 2 лет назад
README.md a67d5d89e0 Replace all DOS line endings with Unix 7 лет назад

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.