esp-idf/examples/peripherals
ThisNameIsNotAllowed b12c58224d Enhanced readability in README.md
Changed text based GPIO-list to some table based version.
This should enhance the readability.

Resolves https://github.com/espressif/esp-idf/pull/2749
2018-12-04 21:20:32 +08:00
..
adc
adc2
can
gpio
i2c example_test: using try block to pass the python style check 2018-11-30 10:13:58 +08:00
i2s
i2s_adc_dac
ledc doc(ledc): Update LEDC example README.md file. 2018-11-28 07:15:56 +00:00
mcpwm
pcnt
rmt_nec_tx_rx
rmt_tx
sdio Enhanced readability in README.md 2018-12-04 21:20:32 +08:00
sigmadelta
spi_master
spi_slave
timer_group
touch_pad_interrupt
touch_pad_read
uart_async_rxtxtasks examples: Fix UART examples to match the template 2018-11-08 20:06:03 +01:00
uart_echo examples: Fix UART examples to match the template 2018-11-08 20:06:03 +01:00
uart_echo_rs485 examples: Fix UART examples to match the template 2018-11-08 20:06:03 +01:00
uart_events examples: Fix UART examples to match the template 2018-11-08 20:06:03 +01:00
uart_select VFS: select() on UART should return immediately when data is buffered 2018-11-27 13:39:00 +01:00
README.md

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32s 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.