add timer for stepper

This commit is contained in:
2024-02-02 14:39:50 +01:00
parent 7b975bd9a9
commit 9c11f62019
3 changed files with 7 additions and 2 deletions

View File

@ -28,6 +28,7 @@ private:
NfcReader *nfcReader;
GRBL *grbl;
BigNfcReader* outputReader;
int grblUpdateTime;
};
#endif