esp-idf/examples/peripherals
Konstantin Kondrashov 399d2d2605 all: Using xxx_periph.h
Using xxx_periph.h in whole IDF instead of xxx_reg.h, xxx_struct.h, xxx_channel.h ... .

Cleaned up header files from unnecessary headers (releated to soc/... headers).
2019-06-03 14:15:08 +08:00
..
adc
adc2
can
gpio
i2c
i2s
i2s_adc_dac
ledc
mcpwm all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
pcnt all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
rmt_nec_tx_rx all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
rmt_tx
sdio all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
sigmadelta
spi_master all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
spi_slave all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
timer_group all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
touch_pad_interrupt all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
touch_pad_read
uart all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
README.md

README.md

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.