-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# Blueberry-Rewrite | ||
# Blueberry-Rewrite | ||
|
||
Updated, command-based code for 2022's robot for FIRST RAPID REACT, Blueberry! | ||
|
||
This is the updated version of [Blueberry's](https://github.com/Team5599/Robot2022) code, written in the command-based paradigm and retroactively applicable to the components on the robot. | ||
|
||
- Due to drivetrain and shooter mechanical changes, Blueberry's motor controllers have all been replaced with brushed-motor SPARK controllers, with only one SPARK MAX remaining for the only brushless motor on the robot, which now uses the PWM interface to communicate with the roboRIO rather than CAN. These physical changes have been reflected in the robot code. |