Card Reader WIP

This commit is contained in:
2023-06-18 23:58:30 +02:00
parent 35d62e9bf0
commit 1258a23dc4
5 changed files with 46 additions and 9 deletions

View File

@@ -5,5 +5,11 @@ void stop();
void start();
boolean buttonPressed(const uint8_t pin);
unsigned long lastStart = 0;
const int startDelay = 250;
#endif