Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressable LED Dependency #1

Open
JasonBrave opened this issue May 22, 2021 · 1 comment
Open

Addressable LED Dependency #1

JasonBrave opened this issue May 22, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JasonBrave
Copy link
Member

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.

@JasonBrave JasonBrave added the enhancement New feature or request label May 22, 2021
@JasonBrave JasonBrave self-assigned this May 22, 2021
@JasonBrave
Copy link
Member Author

Initial implementation 600bcdf

A few pattern have to be ported from https://github.com/FRC6854/2020RobotArduinoLED or https://github.com/FRC6854/CoolLED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant