This commit is contained in:
2024-02-01 11:53:19 +01:00
parent a105387c21
commit 35ecce7d5d
4 changed files with 16 additions and 11 deletions

View File

@ -6,6 +6,7 @@
#include "ServoMotorComponent.h"
#include "NfcReader.h"
#include "GRBL.h"
#include "BigNfcReader.h"
class Program {
public:
@ -26,6 +27,7 @@ private:
ServoMotorComponent *servo;
NfcReader *nfcReader;
GRBL *grbl;
BigNfcReader* outputReader;
};
#endif