esp-idf/examples/peripherals
pedro.minatel cccdb3e4aa Get started example update for addressable LED compatibility.
Added the RMT/addr LED blink to the example and more detailed README.md
 Moved component/led_strip to common_components
 Added missing README file to common_components/led_strip
 README file update
 Makefile and Kconfig fixed for led_strip component
 Fixing end-of-line on main/blink.c
 Component updated to handle multiple instances
 Added note on the RMT channel number (ESP32 and ESP32-S2)
 Removed components folder from rmt/led_strip example and README updated
 Changed the led_strip_denit function and added ESP32-C3 RMT info on channel configuration
 Updates on README, Kconfig default settings and configure_led() function added
2021-02-15 12:34:55 +00:00
..
adc adc: add comment for ADC sampling frequency 2021-01-25 04:51:40 +00:00
gpio style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
i2c style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
i2s Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
i2s_adc_dac style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ledc esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
mcpwm Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
pcnt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
rmt Get started example update for addressable LED compatibility. 2021-02-15 12:34:55 +00:00
sdio style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
secure_element/atecc608_ecdsa Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sigmadelta Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spi_master Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spi_slave Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
temp_sensor_esp32s2 Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
timer_group Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
touch_pad_interrupt ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2020-11-23 19:38:11 +08:00
touch_pad_read ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2020-11-23 19:38:11 +08:00
twai style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
uart Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
usb tinyusb: Add fix for tinyusb reading 2021-01-08 14:21:26 +00:00
wave_gen Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00: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.