-
Notifications
You must be signed in to change notification settings - Fork 17
Build and upload software
alf45tar edited this page Oct 1, 2018
·
2 revisions
PlatformIO is the recommended IDE for Pedalino build and upload.
- Install PlatformIO IDE for VSCode
- Run the following commands from View->Command Palette (Ctrl+Shift+P)
- Git: Clone
- You will be asked for the URL of the remote repository (https://github.com/alf45tar/Pedalino) and the parent directory under which to put the local repository.
- PlaftormIO: Build
- PlatformIO: Upload
That's all folks.
Arduino IDE can be used for Pedalino build and upload but it requires more manual steps for libraries installation.