Compare commits

..

1 Commits

Author SHA1 Message Date
fluffy b450b4c9bd Implement debounce 2021-05-10 01:20:10 -07:00
1 changed files with 1 additions and 0 deletions

View File

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