first commit
This commit is contained in:
20
ESP32_WAVESHARE_7x5/Energy.h
Normal file
20
ESP32_WAVESHARE_7x5/Energy.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef Energy_h
|
||||
#define Energy_h
|
||||
#include <Arduino.h>
|
||||
#include "Connect.h"
|
||||
#include "Ecran.h"
|
||||
|
||||
class Energy {
|
||||
public:
|
||||
Energy(Ecran * ecran, Connect * connect, String host, String port);
|
||||
public:
|
||||
void loadLinky(int idx[], String horizon);
|
||||
public:
|
||||
//WiFiClient client;
|
||||
Connect * connect;
|
||||
Ecran * ecran;
|
||||
int iport;
|
||||
String host;
|
||||
String port;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user