Skip to content

Build and upload software

alf45tar edited this page Oct 1, 2018 · 2 revisions

PlatformIO (recommended)

PlatformIO is the recommended IDE for Pedalino build and upload.

  1. Install PlatformIO IDE for VSCode
  2. 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

Arduino IDE can be used for Pedalino build and upload but it requires more manual steps for libraries installation.

Clone this wiki locally