Refactor Bottom Half to be event based #6

Open
opened 2025-09-07 21:15:48 +00:00 by mitchell · 0 comments
Owner

Right now, it's state based, which might cause us to miss events.
What we really care about is not the state of buttons, most of the time, we care about button presses and releases.

Switch to event based, and do it in a way that corrects and prevents dsync

Right now, it's state based, which might cause us to miss events. What we really care about is not the state of buttons, most of the time, we care about button presses and releases. Switch to event based, and do it in a way that corrects and prevents dsync
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MarinoDev/blk_box_tc#6