esp-idf/examples/peripherals
chenjianqiang 9f9da9ec96 feat(timer): refator timer group driver
1. add hal and low-level layer for timer group
2. add callback functions to handle interrupt
3. add timer deinit function
4. add timer spinlock take function
2019-11-21 14:14:19 +08:00
..
adc
adc2
can CAN: Reenable example tests 2019-10-29 17:25:49 +08:00
gpio
i2c Merge branch 'master' into feature/esp32s2beta_merge 2019-10-15 14:59:27 +11:00
i2s
i2s_adc_dac
ledc
mcpwm
pcnt
rmt rmt: refactor examples 2019-11-20 10:54:21 +08:00
sdio
sigmadelta
spi_master
spi_slave
temp_sensor_esp32s2
timer_group feat(timer): refator timer group driver 2019-11-21 14:14:19 +08:00
touch_pad_interrupt
touch_pad_read
uart
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.