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 was archived by the owner on Jun 7, 2022. It is now read-only.
The gpio-cdev crate now offers a "Stream interface for consuming GPIO events in async code within a tokio runtime". This should allow a much more resource-efficient implementation of peach-buttons, which currently relies on a synchronous interrupt handler which polls the pins in a loop (very CPU-intensive).