FRCTeam2992 / Robot2023

FRC Team 2992's 2023 Robot Code
Other
1 stars 0 forks source link

[LEDs, Robot, RobotContainer] LED code, round 2 #92

Open nihonjinrxs opened 1 year ago

nihonjinrxs commented 1 year ago

Related Issues and PRs

Issue:

Related PRs:

Checklist

What is changing and why?

This cleans up the LEDs code to make it mergeable. It does not attempt to cleanup the LEDs subsystem, and does not try to figure out if there are better starting constants (i.e., why does ledsFrameCounter start at 1 instead of 0?). At some point, that additional cleanup should also be done.

How was this tested?

Is there anything the reviewer of this PR needs to know to validate that this code is correct?

What do your team members need to know about this?