sync
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user