Files
platform-espressif32/examples/espidf-peripherals-usb
2024-03-21 15:55:57 +02:00
..
2021-01-25 17:36:44 +02:00
2021-01-25 17:36:44 +02:00
2023-01-06 14:29:24 +02:00
2021-01-25 17:36:44 +02:00
2021-01-25 17:36:44 +02:00
2021-01-25 17:36:44 +02:00
2022-03-31 14:23:26 +03:00
2022-03-31 14:23:26 +03:00
2023-01-06 14:29:24 +02:00

How to build PlatformIO based project

  1. Install PlatformIO Core
  2. Download development platform with examples
  3. Extract ZIP archive
  4. Run these commands:
# Change directory to example
$ cd platform-espressif32/examples/espidf-peripherals-usb

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Clean build files
$ pio run --target clean