esp-idf/examples/peripherals
2022-04-23 07:38:25 +00:00
..
adc esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio ledc: Provide support for esp32c2 and esp32h2 2022-04-14 08:15:14 +00:00
i2c i2c: support i2c on esp32h2 2022-04-23 07:38:25 +00:00
i2s freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
lcd lcd: don't turn on disp in init 2022-04-21 13:59:47 +00:00
ledc ledc: Provide support for esp32c2 and esp32h2 2022-04-14 08:15:14 +00:00
mcpwm clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
pcnt/rotary_encoder CI: rename some tests to avoid duplicated test names 2022-03-11 18:38:41 +08:00
rmt G0: target component (components/esp32*) doesn't depend on driver anymore 2022-03-02 04:21:00 +00:00
sdio freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
secure_element/atecc608_ecdsa mbedtls-3.X: Update the esp-cryptoauthlib submodule 2022-03-03 01:37:10 +05:30
sigmadelta Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
spi_master examples/spi_master: Fixed SPI read (keeping CS active) in SPI master example 2022-03-29 08:43:16 +02:00
spi_slave spi: support spi on h2 2022-03-29 11:54:08 +08:00
spi_slave_hd spi: support spi on h2 2022-03-29 11:54:08 +08:00
temp_sensor Temperature_sensor: Create new temperature sensor API 2022-03-04 18:13:35 +08:00
timer_group clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
touch_sensor freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
twai soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
uart uart: Provide support for esp32c2 and esp32h2 2022-03-02 11:29:13 +08:00
usb usb_host: Update MSC test for fatfs 0.14b 2022-03-21 18:34:25 +01:00
wave_gen clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.