This repository has been archived, since 2022-2023 Spin up season is over.
This repository contains the source code for the Vex V5 Spin Up robot, written in C++ using the Vex V5 C++ API. The robot is used by our team for various competitions and events.
Repository Structure Getting Started Contributing License
main.cpp: This is the most up-to-date code for the robot. You can view its history by clicking the "History" button on the top right of the file.legacy/: This folder contains legacy code that was written for a previous version of our team's robot.
If you want to run the robot code on your own Vex V5 robot, you'll need to:
- Clone or download this repository onto your computer.
- Install the Vex V5 C++ API on your computer.
- Connect your Vex V5 robot to your computer via USB or wirelessly.
- Use your preferred C++ compiler to compile the main.cpp file.
- Transfer the compiled binary to the robot and run it.
Note: This repository is intended for educational and informational purposes only. Use at your own risk.
We welcome contributions to this repository! If you would like to contribute, please open a pull request with your changes. Make sure to include a detailed description of your changes and why they are necessary.
This repository is licensed under the MIT License. See the LICENSE file for more information.