OVMS3-idf/examples/peripherals
Angus Gratton 821c70f5d7 examples: Standardise naming of files, symbols, etc. in examples
* Use "example" in all example function & variable names,
  ie use i2c_example_xxx instead of i2c_xxx for example functions.
  Closes #198 https://github.com/espressif/esp-idf/issues/198
* Mark example functions, etc. static
* Replace uses of "test" & "demo" with "example"
* Split the UART example into two
* Rename "main" example files to end with "_main.c" for disambiguation
2017-03-27 17:42:05 +11:00
..
adc add adc1 example 2017-03-20 14:46:41 +08:00
gpio examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
i2c examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
i2s examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
ledc examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
pcnt examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
rmt_nec_tx_rx examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
sigmadelta examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
spi_master examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
timer_group examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
touch_pad_interrupt examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
touch_pad_read examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
uart_echo examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
uart_events examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
README.md Added README.md to example category folders 2017-01-18 21:03:15 +01: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.