Files
2022-08-08 14:03:01 +03:00
..
2018-10-17 21:53:55 +03:00
2016-05-27 17:37:07 +03:00
2022-08-08 14:03:01 +03:00
2022-03-31 14:22:55 +03:00
2022-08-08 14:03:01 +03: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-linux_x86_64/examples/hello-world

# Build project
$ pio run

# Run program
> .pio/native/program

# Clean build files
$ pio run --target clean