- Tipping point is the 2021-2022 VEX Robotics Competition challenge.
- The code is organized into the structure:
2405Tsystem(Code for the robot system)utils(Utility functions)- Global (Global variables/functions)
- Source and header files and structure are mirrored.
- Use the included
buildscripts to compile and upload the code.- Windows use the
build.batscript. - Linux use the
build.shscript.
- Windows use the