Darian 455cc345f7 Merge branch 'contrib/github_pr_12523' into 'master' před 2 roky
..
adc b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
analog_comparator b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
dac b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
dedicated_gpio b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
gpio b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
i2c b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
i2s 00fcdce725 feat(spi_master): p4 add master driver supported před 2 roky
lcd eb75aa462e feat(spi_master): p4 enable test and examples před 2 roky
ledc 007c2b155e Update ledc_basic_example_main.c před 2 roky
mcpwm 845e6c3ccb docs: update EC11 datasheet link před 2 roky
parlio d15534c4e2 parlio: add simple rgb led matrix example před 3 roky
pcnt 845e6c3ccb docs: update EC11 datasheet link před 2 roky
rmt b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
sdio 360f7b1e14 fix(sd_card): update sd_card troubleshooting notes in readme.md před 2 roky
secure_element b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
sigma_delta 58bde0f665 fix pcnt sdm pre-commit failure před 3 roky
spi_master 9461993ec5 refactor(gpio): make gpio driver as component, and fix astyle před 2 roky
spi_slave 7cd75c1075 feat(spi_slave): add p4 hp spi slave driver support před 2 roky
spi_slave_hd b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
temperature_sensor b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
timer_group b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
touch_sensor b12e250b2c refactor(examples): reformat peripheral examples with astyle_py před 2 roky
twai d9d6f5a17a feat(twai): support legacy twai(can) driver for esp32p4 před 2 roky
uart b8a3141ef9 fix: assert failed in example uart_async_rxtxtasks před 2 roky
usb 546b76befa feat(usb/host): Modifiy usb_host_lib example před 2 roky
.build-test-rules.yml 9461993ec5 refactor(gpio): make gpio driver as component, and fix astyle před 2 roky
README.md a67d5d89e0 Replace all DOS line endings with Unix před 7 roky

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.