-
Notifications
You must be signed in to change notification settings - Fork 0
Command Based Programming
Liam Kinne edited this page Jan 18, 2019
·
2 revisions
A lot of programming—and engineering for that matter—is taking your problem and splitting it into smaller, easier to solve problems. Command Based Programming is a method of breaking down your robot into subsystems which are controlled by commands.
https://wpilib.screenstepslive.com/s/currentCS/m/cpp/l/241900-simple-subsystems
https://wpilib.screenstepslive.com/s/currentCS/m/cpp/l/241902-creating-simple-commands