OVMS3-idf/examples/peripherals
Wangjialin 4b34ae1258 bugfix(i2s): allow to use apll in pdm/adc/dac mode
1. Allow to use apll in pdm mode
2. Add clock frequency configuration for PDM mode
3. Allow to use apll in ADC/DAC mode
2018-11-27 18:41:20 +08:00
..
adc cmake: make main a component again 2018-09-11 09:44:12 +08:00
adc2 cmake: make main a component again 2018-09-11 09:44:12 +08:00
can esp32: Add macro to check a condition without abort 2018-10-09 08:57:23 +02:00
gpio cmake: make main a component again 2018-09-11 09:44:12 +08:00
i2c i2c/i2c-tools: add i2c-tools example 2018-10-16 16:13:21 +08:00
i2s cmake: make main a component again 2018-09-11 09:44:12 +08:00
i2s_adc_dac bugfix(i2s): allow to use apll in pdm/adc/dac mode 2018-11-27 18:41:20 +08:00
ledc cmake: make main a component again 2018-09-11 09:44:12 +08:00
mcpwm MCPWM API doc update 2018-10-10 08:15:23 +08:00
pcnt cmake: make main a component again 2018-09-11 09:44:12 +08:00
rmt_nec_tx_rx doc(rmt): fixed some typos in rmt example readme file 2018-09-17 10:21:07 +08:00
rmt_tx doc(rmt): fixed some typos in rmt example readme file 2018-09-17 10:21:07 +08:00
sdio examples/sdio: Fix an uninitialized buffer which sometimes caused a test fail 2018-09-20 18:53:15 +08:00
sigmadelta Implemented the first round of review comments 2018-09-28 14:04:22 +08:00
spi_master spi_master: add new polling mode to decrease time cost each transaction 2018-09-20 19:46:46 +08:00
spi_slave cmake: make main a component again 2018-09-11 09:44:12 +08:00
timer_group cmake: make main a component again 2018-09-11 09:44:12 +08:00
touch_pad_interrupt cmake: make main a component again 2018-09-11 09:44:12 +08:00
touch_pad_read cmake: make main a component again 2018-09-11 09:44:12 +08:00
uart_async_rxtxtasks examples: Fix UART examples to match the template 2018-11-08 20:06:03 +01:00
uart_echo examples: Fix UART examples to match the template 2018-11-08 20:06:03 +01:00
uart_echo_rs485 examples: Fix UART examples to match the template 2018-11-08 20:06:03 +01:00
uart_events examples: Fix UART examples to match the template 2018-11-08 20:06:03 +01:00
uart_select examples: Fix UART examples to match the template 2018-11-08 20:06:03 +01: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.