esp-idf/examples/peripherals
Krzysztof Budzynski e1ab4b6711 Merge branch 'bugfix/uart_echo_readme' into 'master'
example: Remove duplicate commands and invalid serial port information

Closes IDFGH-3022

See merge request espressif/esp-idf!8295
2020-04-11 01:52:01 +08:00
..
adc Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
adc2 Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
can build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
gpio
i2c build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
i2s Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
i2s_adc_dac Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
ledc example: Remove duplicate commands and invalid serial port information 2020-04-08 13:17:48 +02:00
mcpwm build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
pcnt Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
rmt
sdio build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
sigmadelta example: Remove duplicate commands and invalid serial port information 2020-04-08 13:17:48 +02:00
spi_master spi: fix spi eeprom example build 2020-03-31 17:48:01 +02:00
spi_slave
temp_sensor_esp32s2 driver(adc/dac): fix adc dac driver for esp32s2 2020-04-01 12:41:51 +08:00
timer_group build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
touch_pad_interrupt
touch_pad_read
uart example: Remove duplicate commands and invalid serial port information 2020-04-08 13:17:48 +02:00
usb/tusb_sample_descriptor build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
wave_gen build_app: make multi target support readable 2020-04-09 16:40:57 +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.