krzychb 691b2ad8f3 Added / corrected README files for the SPI master / slave examples under peripherals hace 8 años
..
adc 0c9e2c0fba esp_adc_cal/Remove lookup table hace 8 años
adc2 d30f3e7aa8 example(adc2): add example and test case for adc2. hace 8 años
gpio f60fef8136 bugfix: io setting useless when io_num > 32 hace 8 años
i2c ed1e32f583 bugfix(i2c): add I2C hardware reset if the hw FSM get stuck hace 8 años
i2s 7cda34c626 i2s: add support fixed_mclk configuration hace 8 años
i2s_adc_dac 0c9e2c0fba esp_adc_cal/Remove lookup table hace 8 años
ledc d488bb7bac Provided more meaningful parameter names by renaming 'bit_num' to 'duty_resolution' and 'div_num' to 'clock_divider' hace 8 años
mcpwm 3d1d4fe150 build: Fix the warnings that break the tests hace 9 años
pcnt d488bb7bac Provided more meaningful parameter names by renaming 'bit_num' to 'duty_resolution' and 'div_num' to 'clock_divider' hace 8 años
rmt_nec_tx_rx ab1abff080 bugfix(rmt): fix event thresh check issue hace 8 años
rmt_tx cdad1e8382 Implement review comments hace 8 años
sigmadelta b5e4c76bfe Updated sigma delta API documenation and example hace 8 años
spi_master 691b2ad8f3 Added / corrected README files for the SPI master / slave examples under peripherals hace 8 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 672390c458 Mass replacement of http with https urls, fixed broken urls hace 8 años
touch_pad_read 672390c458 Mass replacement of http with https urls, fixed broken urls hace 8 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_events 870efdb9d4 bugfix(uart): patten detect function hace 8 años
README.md 0b6598c492 Added README.md to example category folders hace 9 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.