first commit
This commit is contained in:
16
ESP8266_DOMOTICZ_BMP180/Params.h
Executable file
16
ESP8266_DOMOTICZ_BMP180/Params.h
Executable file
@@ -0,0 +1,16 @@
|
||||
#ifndef Params_h
|
||||
#define Params_h
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
class Params {
|
||||
public :
|
||||
Params();
|
||||
public :
|
||||
String esp8266_id;
|
||||
String esp8266_id_Vcc;
|
||||
String esp8266_id_lum;
|
||||
int sleepTime = 120;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user