-
Notifications
You must be signed in to change notification settings - Fork 630
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
Expose AddressableLEDBuffer internal bytes #7801
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs C++ port
It doesn't need a C++ port because C++ doesn't have AddressableLEDBuffer; the data is directly accessible. |
Whoops missed that when looking at the C++ version |
Needs a warning suppression; see Lint and Format / Java |
Mostly to for the buffer to be able to be used with the sim class
without this, it is needed to create a helper method / seperate buffer for using the
AddressableLEDSim
class, such as the folllowing: