kooho 01516abe5a Add some comments in pcnt.h. hace 7 años
..
adc 0c9e2c0fba esp_adc_cal/Remove lookup table hace 8 años
adc2 899fa2dc55 assert: Fix. Move useful functions from wrapped assert functions hace 7 años
can 1d2727f4c8 CAN Driver hace 7 años
gpio f60fef8136 bugfix: io setting useless when io_num > 32 hace 8 años
i2c 27a63c492f Examples: Demonstrate the usage of esp_err_to_name hace 8 años
i2s 9deb58859c fix i2s mix result and error code hace 7 años
i2s_adc_dac cb649e452f remove executable permission from source files hace 7 años
ledc a67d5d89e0 Replace all DOS line endings with Unix hace 7 años
mcpwm 3d1d4fe150 build: Fix the warnings that break the tests hace 8 años
pcnt 01516abe5a Add some comments in pcnt.h. hace 7 años
rmt_nec_tx_rx a239e1359a bugfix(rmt): tx cmd without negative coding hace 8 años
rmt_tx 5bc8ae3b3a driver(rmt):Add API supports sending uint8_t type data. hace 7 años
sdio 2ae758ebcb Merge branch 'bugfix/spi_sdio_sdkconfig_include' into 'master' hace 7 años
sigmadelta b5e4c76bfe Updated sigma delta API documenation and example hace 8 años
spi_master dd91152589 example(spi_master): add descriptions about LCD example hace 7 años
spi_slave 691b2ad8f3 Added / corrected README files for the SPI master / slave examples under peripherals hace 8 años
timer_group 9b7d5d76a7 Timer API docs update, refactored example hace 8 años
touch_pad_interrupt a67d5d89e0 Replace all DOS line endings with Unix hace 7 años
touch_pad_read a67d5d89e0 Replace all DOS line endings with Unix hace 7 años
uart_async_rxtxtasks 61dcade807 Print out in hex format in case non printable data are received hace 8 años
uart_echo 9107b47deb Updated UART API documentation and examples. Included a fix of #1091 from GitHub hace 8 años
uart_echo_rs485 a9fca0c775 driver: add rs485 half duplex interface support to uart driver (fix after review) hace 7 años
uart_events 870efdb9d4 bugfix(uart): patten detect function hace 8 años
uart_select 18e83bcd53 Allow VFS file descriptors in select() hace 7 años
README.md a67d5d89e0 Replace all DOS line endings with Unix hace 7 años

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.