esp-idf/examples/peripherals
Krzysztof bce5d7ba01 Implemented the first round of review comments 2018-09-28 14:04:22 +08:00
..
adc
adc2
can
gpio
i2c
i2s
i2s_adc_dac Examples: Add Python 2&3 support 2018-09-25 08:05:56 +02:00
ledc
mcpwm
pcnt
rmt_nec_tx_rx Merge branch 'doc/rmt_example_doc_improve' into 'master' 2018-09-12 14:58:04 +08:00
rmt_tx Merge branch 'doc/rmt_example_doc_improve' into 'master' 2018-09-12 14:58:04 +08:00
sdio examples/sdio: Fix an uninitialized buffer which sometimes caused a test fail 2018-09-20 18:53:15 +08:00
sigmadelta Implemented the first round of review comments 2018-09-28 14:04:22 +08:00
spi_master spi_master: add new polling mode to decrease time cost each transaction 2018-09-20 19:46:46 +08:00
spi_slave
timer_group
touch_pad_interrupt
touch_pad_read
uart_async_rxtxtasks
uart_echo
uart_echo_rs485
uart_events
uart_select
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.