OVMS3-idf/examples/peripherals
2019-11-27 20:08:44 +08:00
..
adc Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
adc2 dac: refactor driver add hal 2019-11-22 11:44:46 +08:00
can CAN: Reenable example tests 2019-10-29 17:25:49 +08:00
gpio tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
i2c feature: Add uart hal support. 2019-11-26 20:01:50 +08:00
i2s Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
i2s_adc_dac Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
ledc Merge branch 'master' into feature/esp32s2beta_update 2019-08-19 15:03:43 +10:00
mcpwm Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
pcnt Merge branch 'master' into feature/esp32s2beta_update 2019-08-19 15:03:43 +10:00
rmt rmt: refactor examples 2019-11-20 10:54:21 +08:00
sdio driver: fix gpio pin_bit_mask truncation in sdspi_host and others 2019-11-18 13:42:22 +01:00
sigmadelta Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
spi_master fix unit test and examples for s2beta 2019-09-04 10:53:25 +10:00
spi_slave Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
temp_sensor_esp32s2 Fix function prototypes 2019-08-13 17:14:16 +10:00
timer_group bugfix(timer): add a macro to control making the XTAL related functions 2019-11-26 12:39:46 +00:00
touch_pad_interrupt Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
touch_pad_read Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
uart feature: Add uart hal support. 2019-11-26 20:01:50 +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.