This is the source code for team 62885A, built with PROS and C++.
We also have a CAD designed by a team member which you can view here.
v0/
├── src/
│ ├── auton/
│ ├── intake/
│ ├── outtake/
│ ├── screen/
│ ├── globals.cpp
│ ├── main.cpp
│ └── odom.cpp
├── include/
│ ├── auton/
│ ├── intake/
│ ├── outtake/
│ ├── screen/
│ ├── globals.hpp
│ └── main.h
├── firmware/
└── static/
��── static/
- PROS Kernel: 4.2.1
- LemLib: 0.5.6 - Chassis control and odometry (which i have not finished)
- robodash: 2.3.1 - UI/Dashboard (inspo used it)
- liblvgl: 8.3.9 - Graphics library
cd v0 &∓& pros make
make -C v0 clean
pros uploadloadSee LICENSE for details.