first commit
This commit is contained in:
23
ESP32_WAVESHARE_7x5/Ctrl.h
Normal file
23
ESP32_WAVESHARE_7x5/Ctrl.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef Ctrl_h
|
||||
#define Ctrl_h
|
||||
#include <Arduino.h>
|
||||
#include "Ecran.h"
|
||||
#include "Domoticz.h"
|
||||
#include "Designer.h"
|
||||
#include "Timer.h"
|
||||
#include "Meteo.h"
|
||||
|
||||
class Ctrl {
|
||||
public:
|
||||
Ctrl();
|
||||
|
||||
//static Ctrl * getSingletonInstance();
|
||||
public:
|
||||
//Ctrl * ctrl;
|
||||
Designer * designer;
|
||||
Timer * timer;
|
||||
Ecran * ecran;
|
||||
Domoticz * domoticz;
|
||||
Connect * connect;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user