Files
2022-08-08 14:03:01 +03:00

520 B

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-linux_x86_64/examples/hello-world

# Build project
$ pio run

# Run program
> .pio/native/program

# Clean build files
$ pio run --target clean