OVMS3-idf/examples/peripherals
He Yin Ling 6e05a79536 test: update example and unit tests with new import roles:
tiny_test_fw is a python package now. import it using normal way.
2019-12-11 15:57:49 +11: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 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 test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11: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 test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11: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.