OVMS3-idf/examples/peripherals
suda-morris 75cadc2e41 console: simplify examples
1. simplify console examples
2. add "quit" command
3. support console command overwrite
4. add API reference
2020-02-07 20:15:06 +08:00
..
adc global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
adc2 global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
can can: Refactor CAN to use HAL and LowLevel layers 2020-01-09 16:13:51 +08:00
gpio tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
i2c console: simplify examples 2020-02-07 20:15:06 +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 global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08: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 test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
sdio test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
sigmadelta Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
spi_master global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
spi_slave global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
temp_sensor_esp32s2 global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08: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 global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
touch_pad_read global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
uart Fix some typo in idf 2019-12-12 15:55:42 +08:00
wave_gen wave_gen example: analog signal generator 2020-01-14 09:23:44 +00: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.