Sources and code from Arduino projects organized by XS Robotic Club.
- Arduino IDE 1.x
- Visual Studio Code
- PlatformIO
/ArduinoIDESketches/
contains projects built with Arduino IDE.- All other folders under
/
contains projects built with PlatformIO.
Start Arduino IDE, open *.ino
files in the project directory and click Compile
or Upload
.
Follow these instructions (assuming you are using PowerShell):
PS > C:\path\to\.platformio\penv\Scripts\Activate.ps1
(penv) PS > cd C:\path\to\project\
(penv) PS > pio run