Skip to content

Team 2556 code for 2020 FRC game Infinite Recharge

Notifications You must be signed in to change notification settings

Team2556/FRC-2021

Repository files navigation

FRC-2021

Team 2556 code for 2020 FRC game Infinite Recharge

All includes should be in the .h files. The only includes in .cpp files should be the .h file for the class. The only exception for this is robot.cpp to include classes that need to include robot.h.

The includes have also been ordered to make them more readable. The order is as follows:

  1. Standard c++ includes (string, iostream, etc)
  2. FRC library includes (SmartDashboard, Phoenix, etc)
  3. Our includes, split up by type. (ex. Opmodes, subsystems, etc)

About

Team 2556 code for 2020 FRC game Infinite Recharge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published