These instructions should work for all platforms.
Download VS Code here: https://code.visualstudio.com/Download
- Launch VS Code
- Click on the
Extensions
tab, and type inPlatformIO
into the search bar - Wait for the extension to install then restart VS Code.
git clone https://github.com/RoboJackets/urc-firmware.git
-
Navigate to the PIO home. You can access the PIO home by clicking on the
PlatformIO
tab, looking under theQuick Access
tab, and clicking onOpen
underPIO Home
. You can also access the PIO home by clicking the house icon in the blue bar on the bottom of VS Code. -
Click on
Open Project
. Navigate to theurc-firmware
repository, and look inside thesrc
folder for a directory with aplatformio.ini
file.