OVMS3-idf/examples/peripherals
Angus Gratton 165e778d7e ci: Temporarily ignore CAN example test failures
Due to internal CI issue.
2019-10-26 16:45:23 +08:00
..
adc examples: change default build instructions in docs to CMake 2019-08-06 17:25:25 +05:30
adc2 examples: change default build instructions in docs to CMake 2019-08-06 17:25:25 +05:30
can ci: Temporarily ignore CAN example test failures 2019-10-26 16:45:23 +08:00
gpio examples: use new component registration api 2019-06-21 19:53:29 +08:00
i2c global: update note in the partition tables 2019-07-27 10:28:16 +02:00
i2s examples: change default build instructions in docs to CMake 2019-08-06 17:25:25 +05:30
i2s_adc_dac examples: change default build instructions in docs to CMake 2019-08-06 17:25:25 +05:30
ledc driver(ledc): fixed ledc clock selection bug for release/v4.0 2019-08-12 17:16:52 +08: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 driver(ledc): fixed ledc clock selection bug for release/v4.0 2019-08-12 17:16:52 +08: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 sdmmc_io: support to print CIS information 2019-07-29 10:41:17 +08:00
sigmadelta examples: change default build instructions in docs to CMake 2019-08-06 17:25:25 +05:30
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 examples: use new component registration api 2019-06-21 19:53:29 +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 examples: change default build instructions in docs to CMake 2019-08-06 17:25:25 +05:30
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.