Skip to content

Create new project

davidmoshal edited this page Mar 12, 2023 · 3 revisions

Command line

Command line seems the most reliable, ie: after installing the PROS client tools (pros-cli)

pros c n ProjectName v5

Then you can connect at VEX V5 brain and run commands like this:

pros lsusb
pros v5 status

To make and upload:

pros make all
pros upload

Common errors

see: https://pros.cs.purdue.edu/v5/tutorials/general/coding-faq.html

Clone this wiki locally