Compare commits

..

1 Commits

Author SHA1 Message Date
266143d5fc Implement debounce 2021-05-10 01:18:54 -07:00

View File

@ -74,7 +74,6 @@ void loop()
} }
i.pressed = val; i.pressed = val;
i.lastChange = now;
} }
} }
} }