esp-idf/examples/peripherals
morris 2bbdd35383 build: trim lcd apps build dependency 2023-10-13 14:58:15 +08:00
..
adc refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
analog_comparator refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
dac refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
dedicated_gpio refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
gpio refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
i2c refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
i2s feat(spi_master): p4 add master driver supported 2023-10-08 14:45:12 +08:00
lcd feat(spi_master): p4 enable test and examples 2023-10-08 14:45:52 +08:00
ledc fix(ledc): fix ledc driver 100% duty cycle configuration 2023-10-02 07:32:16 +00:00
mcpwm fix(mcpwm): foc example enable build on all supported target 2023-10-09 12:28:08 +08:00
parlio/simple_rgb_led_matrix parlio: add simple rgb led matrix example 2023-03-01 00:43:14 +00:00
pcnt/rotary_encoder feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
rmt refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
sdio refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
secure_element/atecc608_ecdsa refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
sigma_delta fix pcnt sdm pre-commit failure 2023-01-17 15:28:27 +08:00
spi_master feat(spi_master): p4 enable test and examples 2023-10-08 14:45:52 +08:00
spi_slave feat(spi_master): p4 enable test and examples 2023-10-08 14:45:52 +08:00
spi_slave_hd refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
temperature_sensor refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
timer_group refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
touch_sensor refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
twai refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
uart refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
usb Merge branch 'feature/usb_examples_trim_build' into 'master' 2023-10-10 23:33:11 +08:00
.build-test-rules.yml build: trim lcd apps build dependency 2023-10-13 14:58:15 +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.