uscvex / RobotCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Windows

https://pros.cs.purdue.edu/v5/getting-started/windows.html

Mac

https://pros.cs.purdue.edu/v5/getting-started/macos.html

Linux

https://pros.cs.purdue.edu/v5/getting-started/linux.html

Creating a new project

  1. Open terminal and cd to the directory you want the project to be in
  2. Run 'prosv5 conductor new-project [the name of your project]'

Building code

  1. Open termial and cd into the project directory
  2. Run 'prosv5 make'

Flashing code

  1. Open termial and cd into the project directory
  2. Run 'prosv5 upload'

About


Languages

Language:C++ 60.2%Language:C 38.5%Language:Makefile 1.2%Language:Python 0.1%Language:Rich Text Format 0.0%Language:Shell 0.0%Language:Batchfile 0.0%