esp-idf/examples/peripherals
pedro.minatel da471dfcd1 Examples README's updated on peripherals, system and wifi
Updated main examples README to add missing examples folders and Getting Started links
Updated wifi/fastscan example README
Updated wifi examples README
Updated wifi main examples README
Added instructions and removed obviousness from examples README
Updates on example README in peripherals, system and wifi
Updates on example README in peripherals and added wave form pictures on wave_gen example
Updates and review on example README
Revision on unit style convention
Added the getting started link for each supported version
Readme review and recommended enhancements
Added the default note on the wave form option info
Added the ESP32-C3 support information on the temperature sensor example README
Added Getting Started information for ESP32-S2 and ESP32-C3
Issue fixed on the supported target on README
Resolved merge conflict
2021-04-07 14:24:38 +00:00
..
adc adc: rename adc examples according to hw feature and usage 2021-03-26 12:04:46 +08:00
gpio Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +00:00
i2c
i2s
i2s_adc_dac
ledc
mcpwm
pcnt CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
rmt Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +00:00
sdio
secure_element/atecc608_ecdsa Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +00:00
sigmadelta
spi_master CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
spi_slave CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
temp_sensor Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +00:00
timer_group Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +00:00
touch_element touch_element: fix event callback parameter type, change it into pointer 2021-03-03 15:53:12 +08:00
touch_pad_interrupt fix dead links directed to iot solution repo 2021-03-26 15:19:10 +08:00
touch_pad_read fix dead links directed to iot solution repo 2021-03-26 15:19:10 +08:00
twai
uart CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
usb
wave_gen Examples README's updated on peripherals, system and wifi 2021-04-07 14:24:38 +00: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.