esp-idf/examples/peripherals
morris 6f6ed69c62 Merge branch 'feat/add_lvgl_filesystem_example' into 'master'
feat(LCD):  Update i80 example of loading image from file system

Closes IDF-8026

See merge request espressif/esp-idf!25661
2023-09-06 22:20:17 +08:00
..
adc
analog_comparator
dac
dedicated_gpio
gpio feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
i2c feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
i2s feat(example): bump up version of es8311 lvgl in the example 2023-07-01 17:55:58 +08:00
lcd Merge branch 'feat/add_lvgl_filesystem_example' into 'master' 2023-09-06 22:20:17 +08:00
ledc refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
mcpwm feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
parlio/simple_rgb_led_matrix
pcnt/rotary_encoder feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
rmt
sdio
secure_element/atecc608_ecdsa
sigma_delta
spi_master
spi_slave
spi_slave_hd
temperature_sensor
timer_group fix(ci): pre-commit failure on readme check 2023-08-28 05:17:56 +00:00
touch_sensor fix(soc): soc header files can pass CI check 2023-06-26 23:00:45 +08:00
twai driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
uart feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
usb feat(usb): update HID Host example 2023-06-29 11:58:46 +02:00
.build-test-rules.yml change(ci): add todo to p4 build test enable 2023-08-24 12:51:19 +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.