Création du module DolibarrClient avec ses différentes routes & création du module WarehouseGUI pour le LCD M5Stack
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
#ifndef PROGRAM_H
|
||||
#define PROGRAM_H
|
||||
|
||||
#define DEFAULT_BAUD_RATE 115200
|
||||
|
||||
#include "Arduino.h"
|
||||
#include "DolibarrClient.h"
|
||||
|
||||
class Program {
|
||||
public:
|
||||
@ -11,9 +14,11 @@ public:
|
||||
Program();
|
||||
|
||||
/**
|
||||
* Program main loop
|
||||
* Program WarehouseGUI loop
|
||||
*/
|
||||
void loop();
|
||||
private:
|
||||
DolibarrClient *client;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user