OVMS3-idf/examples/peripherals
2020-08-14 15:39:39 +08:00
..
adc example: Remove duplicate commands and invalid serial port information 2020-04-13 15:26:22 +02:00
adc2 example: Remove duplicate commands and invalid serial port information 2020-04-13 15:26:22 +02:00
can test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
gpio examples: use new component registration api 2019-06-21 19:53:29 +08:00
i2c vfs: support vfs uart set line endings with specified uart number (release/v4.0) 2020-08-14 15:39:39 +08:00
i2s example: Remove duplicate commands and invalid serial port information 2020-04-13 15:26:22 +02:00
i2s_adc_dac example: Remove duplicate commands and invalid serial port information 2020-04-13 15:26:22 +02:00
ledc example: Remove duplicate commands and invalid serial port information 2020-04-13 15:26:22 +02:00
mcpwm Fixed the bug that the malloc memory size is smaller than the actual required. 2019-07-12 09:51:41 +08:00
pcnt example: Remove duplicate commands and invalid serial port information 2020-04-13 15:26:22 +02:00
rmt_nec_tx_rx examples: change default build instructions in docs to CMake 2019-08-06 17:25:25 +05:30
rmt_tx examples: change default build instructions in docs to CMake 2019-08-06 17:25:25 +05:30
sdio driver: fix gpio pin_bit_mask truncation in sdspi_host and others 2020-04-02 23:38:17 +02:00
sigmadelta example: Remove duplicate commands and invalid serial port information 2020-04-13 15:26:22 +02:00
spi_master examples: use new component registration api 2019-06-21 19:53:29 +08:00
spi_slave examples: use new component registration api 2019-06-21 19:53:29 +08:00
timer_group timer_group: fix intr_enable 2020-05-06 17:28:18 +08:00
touch_pad_interrupt examples: use new component registration api 2019-06-21 19:53:29 +08:00
touch_pad_read examples: use new component registration api 2019-06-21 19:53:29 +08:00
uart example: Remove duplicate commands and invalid serial port information 2020-04-13 15:26:22 +02: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.