Compare commits

..

1 Commits

Author SHA1 Message Date
fluffy 266143d5fc Implement debounce 2021-05-10 01:18:54 -07:00
1 changed files with 0 additions and 1 deletions

View File

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