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 Jan 6, 2026. It is now read-only.
I would like to use this as the basis for a hall-effect keyboard. However, I plan on using an analog multiplexer which would require some custom scan function going through each channel of the multiplexer then reading out the analog pin and comparing to a threshold (ideally per key) to determine if the key is pressed or not.
Where do I start to implement something like this? Any help is appreciated.