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 esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
i2c refactor (cxx): C++ I2C example now uses MPU9250 instead of MCP9808 2021-11-18 19:07:44 +08:00
i2s i2s: deprecate confusing names 2021-11-24 13:21:13 +08:00
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 examples: replace legacy timer group with gptimer 2022-01-07 14:59:09 +08:00
pcnt
rmt esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
sdio
secure_element/atecc608_ecdsa atecc608a_example: Update esp-cryptoauthlib submodule pointer 2021-11-26 12:38:32 +08:00
sigmadelta
spi_master
spi_slave soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
spi_slave_hd esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
temp_sensor
timer_group ci: replace all component ut with pytest-embedded 2022-01-24 16:37:23 +08:00
touch_sensor
twai soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
uart
usb Bugfix: omit MSC reset during initialization 2022-01-27 10:03:40 +01:00
wave_gen examples: replace legacy timer group with gptimer 2022-01-07 14:59:09 +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.