Ajout de l'algo
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
#include "DolibarrClient.h"
|
||||
#include <M5Stack.h>
|
||||
#include "ServoMotorComponent.h"
|
||||
#include "NfcReader.h"
|
||||
#include "GRBL.h"
|
||||
|
||||
class Program {
|
||||
public:
|
||||
@ -17,9 +19,14 @@ public:
|
||||
* Program WarehouseGUI loop
|
||||
*/
|
||||
void loop();
|
||||
void checkNfc();
|
||||
void checkServo();
|
||||
void checkWifi();
|
||||
private:
|
||||
DolibarrClient *client;
|
||||
ServoMotorComponent *servo;
|
||||
NfcReader *nfcReader;
|
||||
GRBL *grbl;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user