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
The current Addressable LED implementation depends on an external Arduino, since WpiLib supports PWM WS2812, and the addressable LED can be attached to the PWM port on RoboRIO, the code on Arduino can be move to execute on RoboRIO.
The LEDController subsystem can be re-implemented with AddressableLED class provided by WpiLib.
The text was updated successfully, but these errors were encountered:
The current Addressable LED implementation depends on an external Arduino, since WpiLib supports PWM WS2812, and the addressable LED can be attached to the PWM port on RoboRIO, the code on Arduino can be move to execute on RoboRIO.
The LEDController subsystem can be re-implemented with AddressableLED class provided by WpiLib.
The text was updated successfully, but these errors were encountered: