esp-idf/examples/peripherals
morris 9f893130ad Merge branch 'feature/lcd_i2c_oled_example' into 'master'
lcd: add i2c oled example

See merge request espressif/esp-idf!16506
2022-01-28 04:07:34 +00:00
..
adc
gpio
i2c
i2s
lcd lcd: add i2c oled example with lvgl port 2022-01-21 11:21:38 +08:00
ledc ledc: Add ledc_fade_stop API to support stopping the fade operation. 2022-01-25 11:19:20 +08:00
mcpwm
pcnt
rmt
sdio
secure_element/atecc608_ecdsa
sigmadelta
spi_master
spi_slave
spi_slave_hd
temp_sensor
timer_group ci: replace all component ut with pytest-embedded 2022-01-24 16:37:23 +08:00
touch_sensor
twai
uart
usb Bugfix: omit MSC reset during initialization 2022-01-27 10:03:40 +01:00
wave_gen
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.