OVMS3-idf/examples/peripherals
2019-08-05 16:21:18 +08:00
..
adc 1.update touch driver; 2.update adc/dac driver; 3.add temp sensor driver; 2019-08-05 16:21:18 +08:00
adc2 1.update touch driver; 2.update adc/dac driver; 3.add temp sensor driver; 2019-08-05 16:21:18 +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 feat(i2c): update i2c driver for esp32s2beta 2019-07-10 11:41:36 +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 Update LEDC, PCNT,Timer_Group driver for esp32s2beta. 2019-07-31 16:03:22 +08:00
mcpwm ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
pcnt Update LEDC, PCNT,Timer_Group driver for esp32s2beta. 2019-07-31 16:03:22 +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
temp_sensor 1.update touch driver; 2.update adc/dac driver; 3.add temp sensor driver; 2019-08-05 16:21:18 +08:00
timer_group Update LEDC, PCNT,Timer_Group driver for esp32s2beta. 2019-07-31 16:03:22 +08:00
touch_pad_interrupt 1.update touch driver; 2.update adc/dac driver; 3.add temp sensor driver; 2019-08-05 16:21:18 +08:00
touch_pad_read 1.update touch driver; 2.update adc/dac driver; 3.add temp sensor driver; 2019-08-05 16:21:18 +08:00
uart bugfix(uart): uniform AT_CMD char configuration 2019-07-18 19:24:13 +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.