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
- Java API
- W3Schools - Resource for Learning Java
- LeetCode - Java programming practice
- WPILib Command-based robot reference
- CTRE Documentation - Docs for many electronic components we use