Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 566 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 566 Bytes

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'