OVMS3-idf/examples/peripherals
2019-07-08 09:16:06 +08:00
..
adc ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
adc2 ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
can ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
gpio cmake: make main a component again 2018-09-11 09:44:12 +08:00
i2c ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
i2s ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
i2s_adc_dac ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
ledc doc(ledc): Update LEDC example README.md file. 2018-11-28 07:15:56 +00:00
mcpwm ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
pcnt ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
rmt_nec_tx_rx all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
rmt_tx doc(rmt): fixed some typos in rmt example readme file 2018-09-17 10:21:07 +08:00
sdio ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
sigmadelta Implemented the first round of review comments 2018-09-28 14:04:22 +08:00
spi_master spi_example: fix the example to pass in esp32s2beta 2019-06-23 12:17:27 +08:00
spi_slave spi_example: fix the example to pass in esp32s2beta 2019-06-23 12:17:27 +08:00
timer_group ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
touch_pad_interrupt all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
touch_pad_read cmake: make main a component again 2018-09-11 09:44:12 +08:00
uart all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.