Team-OKC-Robotics / FRC-2023

The FRC team #2718 Team OKC Robotics code for the 2023 season
Other
2 stars 0 forks source link

Delete all of the "example" template code #5

Closed danielbrownmsm closed 1 year ago

danielbrownmsm commented 1 year ago

Ticket Template Summary When you make a new project, WPILib starts you off with some example code that you never end up using, to create a template for you. We aren't going to use it, so delete it. This is a good issue to practice our software development process with. Also, we don't need the constants file, as we shall be using TOML to store all of our robot constants.

Work Required

Verification

deadlyvortex commented 1 year ago

examplecommand cpp done examplecommand.h examplesubsystem cpp example subsytem.h constants.h robot container all done