first commit
This commit is contained in:
12
ESP8266_DOMOTICZ_ECRAN_HALL/Mesure.h
Normal file
12
ESP8266_DOMOTICZ_ECRAN_HALL/Mesure.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef Mesure_h
|
||||
#define Mesure_h
|
||||
|
||||
class Mesure {
|
||||
public :
|
||||
Mesure();
|
||||
public :
|
||||
int nb;
|
||||
double somme;
|
||||
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user