Coding Documentation - hammerheads5000/Team-Documentation GitHub Wiki

We use Java with WPILib, a library created by WPI for FRC. Our robot is command-based, meaning that it is structured into commands and subsystems.

To get started, go to Getting Started

Useful Links