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
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
PROS currently "supports" (more on this later) smart addressable LED control over ADI output. Unfortunately, this API is currently bugged in multiple ways (see: purduesigbots/pros#631).
There's an off-by-one error in their mutex release which can deadlock programs in some cases.
Supersedes #59
What's the motivation for this feature?
PROS currently "supports" (more on this later) smart addressable LED control over ADI output. Unfortunately, this API is currently bugged in multiple ways (see: purduesigbots/pros#631).
vexDeviceAdiAddrLedSet
will be thrown out if not sent in 10ms cycles for a given internal smart port. See https://sylvie.fyi/sylib/docs/d3/da5/md_module_writeups__background__services.htmlDescribe the solution you'd like
Implement non-broken addressible LED support. This will require:
Describe the drawbacks, if any
The daemon task implementation will not be pretty if we go that route.
Describe the alternative solutions, if any
Have LED setters block for 12ms to ensure they properly update for now, then fix it later on.
Additional context
None
The text was updated successfully, but these errors were encountered: