Flash the PCC
Last updated
Last updated
Open VS Code
Open the extensions drawer (or press CTRL + SHIFT + X)
Search for and install the PlatformIO IDE
Click PIO button
Click Open
Click Projects
Click Add Existing
Navigate to where you cloned the VRC Phase I Repo
Click MCU Software, then Open
Your project will show up
Click Open once more
Once the project is open, let PIO build the Intellisense Index and download the necessary packages it needs (see the blue bar at bottom of VS Code window for progress)
Once that's done, open the src -> main.cpp file
Click the checkmark (the program should build)
Plug your assembled PCC into a USB port on your computer
Click the right arrow (project should flash onto PCC)
You're now ready to test it out!