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
Change GPIO input to polling (#484)
* add code to attach timer isr
* call timer ISR every 100 ms
* implement gpio input logic
* do not attach ISR for general input PINs
* add debounce code
* execute lock actions on GPIO input
* only register timer ISR if input PINs are configured
* remove gpio2go lib