Michael (XIAO Xufeng) 8732cc6c6b Merge branch 'bugfix/timer_example_crashed_not_calling_timer_group_set_alarm_value_in_isr_v4.3' into 'release/v4.3' há 4 anos atrás
..
adc 3fb1165e4e adc: add adc programming guide on c3 há 4 anos atrás
gpio 0146f258d7 style: format python files with isort and double-quote-string-fixer há 5 anos atrás
i2c dca229df07 i2c: update api reference and example pin defination há 4 anos atrás
i2s 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) há 5 anos atrás
i2s_adc_dac 0146f258d7 style: format python files with isort and double-quote-string-fixer há 5 anos atrás
ledc 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 há 5 anos atrás
mcpwm 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) há 5 anos atrás
pcnt 835d1b0bac bugfix:rotary encoder example isr service install há 4 anos atrás
rmt 04df1f3a42 CI: enable example builds for C3 há 4 anos atrás
sdio 0146f258d7 style: format python files with isort and double-quote-string-fixer há 5 anos atrás
secure_element 92a5c34a61 secure_element: Update esp-cryptoauthlib submodule latest version. há 4 anos atrás
sigmadelta 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) há 5 anos atrás
spi_master b5b49eba82 spi: update examples to use the new GDMA driver há 4 anos atrás
spi_slave b5b49eba82 spi: update examples to use the new GDMA driver há 4 anos atrás
spi_slave_hd 31c396c127 spi_slave_hd: add segment mode example há 4 anos atrás
temp_sensor d92ac450a2 temp_sensor: add calibration for esp32c3 há 4 anos atrás
timer_group 8b2331a810 driver/timer: only re-enable alarm in callback when auto reload is true há 4 anos atrás
touch_element 1821fd766b touch_element: fix event callback parameter type, change it into pointer há 4 anos atrás
touch_pad_interrupt 819ac7f847 backport link updates to v4.3 há 4 anos atrás
touch_pad_read 819ac7f847 backport link updates to v4.3 há 4 anos atrás
twai 0146f258d7 style: format python files with isort and double-quote-string-fixer há 5 anos atrás
uart 0d0bec6c31 console: fix a bug preventing us from starting a CLI on non-default UART há 4 anos atrás
usb 1d1896d409 tinyusb: Add fix for tinyusb reading há 5 anos atrás
wave_gen 3f25d48520 bugfix by disabling IRAM attr on ISR há 4 anos atrás
README.md a67d5d89e0 Replace all DOS line endings with Unix há 7 anos atrás

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.