esp-idf/examples/peripherals
Michael (XIAO Xufeng) 9ff04b2e79 Merge branch 'feature/musical_buzzer' into 'master'
RMT example: musical buzzer

See merge request espressif/esp-idf!10346
2021-01-28 01:04:24 +08: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
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
pcnt
rmt Merge branch 'feature/musical_buzzer' into 'master' 2021-01-28 01:04:24 +08: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
sigmadelta
spi_master
spi_slave
temp_sensor_esp32s2
timer_group
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
usb tinyusb: Add fix for tinyusb reading 2021-01-08 14:21:26 +00: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.