You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WPILib is adding a new LED animation API that should handle all of the LED animation stuff for us. By doing the LED animation in the RIO, it would significantly reduce the complexity of the LED stuff, so we should consider looking into using that to drive LEDs.
The main disadvantage to doing it this way would be that the LEDs will not be able to display anything until the RIO boots up, while the Arduino was able to fill in when the robot was not sending it data, but depending on how simple the new API is we may just want to sacrifice that capability.
The text was updated successfully, but these errors were encountered:
WPILib is adding a new LED animation API that should handle all of the LED animation stuff for us. By doing the LED animation in the RIO, it would significantly reduce the complexity of the LED stuff, so we should consider looking into using that to drive LEDs.
The main disadvantage to doing it this way would be that the LEDs will not be able to display anything until the RIO boots up, while the Arduino was able to fill in when the robot was not sending it data, but depending on how simple the new API is we may just want to sacrifice that capability.
The text was updated successfully, but these errors were encountered: