Roland Dobai 18e83bcd53 Allow VFS file descriptors in select() il y a 7 ans
..
adc 0c9e2c0fba esp_adc_cal/Remove lookup table il y a 8 ans
adc2 27a63c492f Examples: Demonstrate the usage of esp_err_to_name il y a 8 ans
gpio f60fef8136 bugfix: io setting useless when io_num > 32 il y a 8 ans
i2c 27a63c492f Examples: Demonstrate the usage of esp_err_to_name il y a 8 ans
i2s 9deb58859c fix i2s mix result and error code il y a 7 ans
i2s_adc_dac 51aceaa030 Merge branch 'bugfix/idle_task_stack_size' into 'master' il y a 7 ans
ledc d488bb7bac Provided more meaningful parameter names by renaming 'bit_num' to 'duty_resolution' and 'div_num' to 'clock_divider' il y a 8 ans
mcpwm 3d1d4fe150 build: Fix the warnings that break the tests il y a 8 ans
pcnt d488bb7bac Provided more meaningful parameter names by renaming 'bit_num' to 'duty_resolution' and 'div_num' to 'clock_divider' il y a 8 ans
rmt_nec_tx_rx a239e1359a bugfix(rmt): tx cmd without negative coding il y a 8 ans
rmt_tx cdad1e8382 Implement review comments il y a 8 ans
sigmadelta b5e4c76bfe Updated sigma delta API documenation and example il y a 8 ans
spi_master dd91152589 example(spi_master): add descriptions about LCD example il y a 7 ans
spi_slave 691b2ad8f3 Added / corrected README files for the SPI master / slave examples under peripherals il y a 8 ans
timer_group 9b7d5d76a7 Timer API docs update, refactored example il y a 8 ans
touch_pad_interrupt 672390c458 Mass replacement of http with https urls, fixed broken urls il y a 8 ans
touch_pad_read 672390c458 Mass replacement of http with https urls, fixed broken urls il y a 8 ans
uart_async_rxtxtasks 61dcade807 Print out in hex format in case non printable data are received il y a 8 ans
uart_echo 9107b47deb Updated UART API documentation and examples. Included a fix of #1091 from GitHub il y a 8 ans
uart_events 870efdb9d4 bugfix(uart): patten detect function il y a 8 ans
uart_select 18e83bcd53 Allow VFS file descriptors in select() il y a 7 ans
README.md 0b6598c492 Added README.md to example category folders il y a 9 ans

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.