-
Notifications
You must be signed in to change notification settings - Fork 75
PlatformIO building
p-h-a-i-l edited this page May 2, 2019
·
3 revisions
You can use platformio either with an IDE or via command line.
- Follow the ide installation guide. (It works with vscode or atom)
- Open the Hoverboard directory in your IDE
- Build it by typing in terminal:
pio run
- If you see SUCCESS, that means it built :)
- or... hit the build (tick) button at the bottom, or the 'build and upload' (right arrow) button if your STLINK is directly connected.
- Install the command line tool via the cli installation guide
- cd to the Hoverbot directory
- Build it:
pio run
- If you see SUCCESS, that means it built :)
- Home
- Building and flashing
- Raspberry Pi integration
- Physical Hardware
- Projects