Darian Leung 1d2727f4c8 CAN Driver 8 년 전
..
adc 0c9e2c0fba esp_adc_cal/Remove lookup table 8 년 전
adc2 899fa2dc55 assert: Fix. Move useful functions from wrapped assert functions 7 년 전
can 1d2727f4c8 CAN Driver 7 년 전
gpio f60fef8136 bugfix: io setting useless when io_num > 32 8 년 전
i2c 27a63c492f Examples: Demonstrate the usage of esp_err_to_name 8 년 전
i2s 9deb58859c fix i2s mix result and error code 7 년 전
i2s_adc_dac cb649e452f remove executable permission from source files 7 년 전
ledc d488bb7bac Provided more meaningful parameter names by renaming 'bit_num' to 'duty_resolution' and 'div_num' to 'clock_divider' 8 년 전
mcpwm 3d1d4fe150 build: Fix the warnings that break the tests 8 년 전
pcnt d488bb7bac Provided more meaningful parameter names by renaming 'bit_num' to 'duty_resolution' and 'div_num' to 'clock_divider' 8 년 전
rmt_nec_tx_rx a239e1359a bugfix(rmt): tx cmd without negative coding 8 년 전
rmt_tx 5bc8ae3b3a driver(rmt):Add API supports sending uint8_t type data. 7 년 전
sdio 90345050b2 example(sdio): example to use sdmmc host to do SDIO communication with SDIO slave 7 년 전
sigmadelta b5e4c76bfe Updated sigma delta API documenation and example 8 년 전
spi_master dd91152589 example(spi_master): add descriptions about LCD example 7 년 전
spi_slave 691b2ad8f3 Added / corrected README files for the SPI master / slave examples under peripherals 8 년 전
timer_group 9b7d5d76a7 Timer API docs update, refactored example 8 년 전
touch_pad_interrupt 9a0d57b90b bugfix(touch pad): modify deep-sleep example and add note for sleep api. 7 년 전
touch_pad_read 9a0d57b90b bugfix(touch pad): modify deep-sleep example and add note for sleep api. 7 년 전
uart_async_rxtxtasks 61dcade807 Print out in hex format in case non printable data are received 8 년 전
uart_echo 9107b47deb Updated UART API documentation and examples. Included a fix of #1091 from GitHub 8 년 전
uart_echo_rs485 a9fca0c775 driver: add rs485 half duplex interface support to uart driver (fix after review) 7 년 전
uart_events 870efdb9d4 bugfix(uart): patten detect function 8 년 전
uart_select 18e83bcd53 Allow VFS file descriptors in select() 7 년 전
README.md 0b6598c492 Added README.md to example category folders 9 년 전

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.