Michael (XIAO Xufeng) a49f48a72b Merge branch 'bugfixed/i2ctools_example' into 'master' 4 лет назад
..
adc 3177130256 adc: add adc programming guide on c3 4 лет назад
gpio da471dfcd1 Examples README's updated on peripherals, system and wifi 4 лет назад
i2c 5b5dc4c8ca examples/i2c_tools: fixed the build error of i2ctools example on esp32c3 4 лет назад
i2s 86fa666343 Added I2S example for microphone recording to WAV file and I2S examples folder moved 4 лет назад
ledc 48c848a895 driver/ledc: support invert channel output 4 лет назад
mcpwm 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
pcnt 04df1f3a42 CI: enable example builds for C3 5 лет назад
rmt da471dfcd1 Examples README's updated on peripherals, system and wifi 4 лет назад
sdio 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 лет назад
secure_element 1abdfee3b7 secure_element: Update esp-cryptoauthlib submodule latest version. 4 лет назад
sigmadelta 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
spi_master 4de9cbcf0f spi: update examples to use the new GDMA driver 4 лет назад
spi_slave 4de9cbcf0f spi: update examples to use the new GDMA driver 4 лет назад
spi_slave_hd 6930d6aa1e spi_slave_hd: add segment mode example 4 лет назад
temp_sensor da471dfcd1 Examples README's updated on peripherals, system and wifi 4 лет назад
timer_group da471dfcd1 Examples README's updated on peripherals, system and wifi 4 лет назад
touch_element 022bf82e01 touch_element: fix event callback parameter type, change it into pointer 4 лет назад
touch_pad_interrupt 80da446be7 fix dead links directed to iot solution repo 4 лет назад
touch_pad_read 80da446be7 fix dead links directed to iot solution repo 4 лет назад
twai 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 лет назад
uart 04df1f3a42 CI: enable example builds for C3 5 лет назад
usb 1d1896d409 tinyusb: Add fix for tinyusb reading 5 лет назад
wave_gen da471dfcd1 Examples README's updated on peripherals, system and wifi 4 лет назад
README.md a67d5d89e0 Replace all DOS line endings with Unix 7 лет назад

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32’s 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.