laokaiyao 1327a56369 i2s: fix the param check on PDM mode 4 yıl önce
..
adc ddd0235783 adc: support adc self-calibration on esp32s3 4 yıl önce
gpio b910724ea9 example: fixed the issue that config struct is not properly initialized 4 yıl önce
i2c b8c6c5334f i2c: modify examples to work out of the box on ESP32S3 4 yıl önce
i2s 1327a56369 i2s: fix the param check on PDM mode 4 yıl önce
lcd 64045ea9f4 lcd: add lvgl demo ui 4 yıl önce
ledc 9d098cc9bd ledc: Add a callback for LEDC fade end 4 yıl önce
mcpwm 932d4d13f0 MCPWM/sync: expose API for configuring timer sync 4 yıl önce
pcnt 1829783886 bugfix:rotary encoder example isr service install 4 yıl önce
rmt 075b091696 RMT: new example step motor, targeting at esp32s3 4 yıl önce
sdio 591e4c4b31 sdio_slave: allow getting end of frame information 4 yıl önce
secure_element 1abdfee3b7 secure_element: Update esp-cryptoauthlib submodule latest version. 4 yıl önce
sigmadelta 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce
spi_master 923e862ed2 ci: temporarily disable s3 build for a few examples 4 yıl önce
spi_slave 6aef940cde spi: support spi example on s3 4 yıl önce
spi_slave_hd b320945908 spi_slave_hd: add append mode example 4 yıl önce
temp_sensor da471dfcd1 Examples README's updated on peripherals, system and wifi 4 yıl önce
timer_group 8887897f54 Merge branch 'bugfix/timer_example_crashed_not_calling_timer_group_set_alarm_value_in_isr' into 'master' 4 yıl önce
touch_element 022bf82e01 touch_element: fix event callback parameter type, change it into pointer 4 yıl önce
touch_pad_interrupt 80da446be7 fix dead links directed to iot solution repo 4 yıl önce
touch_pad_read 80da446be7 fix dead links directed to iot solution repo 4 yıl önce
twai 21311ece58 twai:modify default gpios in esp32s3 4 yıl önce
uart 779e7400b0 uart: uart_set_pin function will now use IOMUX whenever possible 4 yıl önce
usb 49eb42928a docs: fix broken link in usb example readme 4 yıl önce
wave_gen 9302b28b73 bugfix by disabling IRAM attr on ISR 4 yıl önce
README.md a67d5d89e0 Replace all DOS line endings with Unix 7 yıl önce

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.