esp-idf/examples/peripherals
Mahavir Jain 4307ea9a58 Merge branch 'feature/update_esp_cryptoauthlib_submodule' into 'master'
examples/secure_element: update esp-cryptoauthlib submodule pointer

See merge request espressif/esp-idf!15436
2021-10-11 07:10:13 +00:00
..
adc adc: support adc self-calibration on esp32s3 2021-09-16 15:17:29 +08:00
gpio [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
i2c [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
i2s [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
lcd lcd: unify callback prototype 2021-10-02 14:23:31 +08:00
ledc ledc: Add a callback for LEDC fade end 2021-07-29 17:56:22 +08:00
mcpwm MCPWM/sync: expose API for configuring timer sync 2021-09-09 17:33:37 +08:00
pcnt
rmt RMT: new example step motor, targeting at esp32s3 2021-09-24 15:41:40 +08:00
sdio
secure_element/atecc608_ecdsa examples/secure_element: update esp-cryptoauthlib submodule pointer 2021-10-07 13:30:39 +05:30
sigmadelta
spi_master ci: temporarily disable s3 build for a few examples 2021-09-16 12:20:11 +08:00
spi_slave [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
spi_slave_hd [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
temp_sensor
timer_group
touch_element
touch_pad_interrupt
touch_pad_read
twai
uart uart: uart_set_pin function will now use IOMUX whenever possible 2021-08-04 12:48:30 +08:00
usb
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.