add main algo V1 with mock
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
|
||||
#include "DolibarrClient.h"
|
||||
#include "GRBL.h"
|
||||
#include "NfcReader.h"
|
||||
#include <Arduino.h>
|
||||
#include <M5Stack.h>
|
||||
// #include <vector>
|
||||
@ -27,6 +28,12 @@ private:
|
||||
* @brief stepper motor controller
|
||||
*/
|
||||
GRBL* grbl;
|
||||
|
||||
/**
|
||||
* @brief nfc reader
|
||||
*
|
||||
*/
|
||||
NfcReader* NFC;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user