forked from xin/TowerOptoSifAndSpectral
v2.1.3
This commit is contained in:
@ -56,6 +56,7 @@ public:
|
||||
float GetMin_of_Vector(int Data_type=INSIGHT_TEMPERATURE);
|
||||
void init();
|
||||
void loop();
|
||||
void loopsample();
|
||||
static bool looptask();
|
||||
void PanduanCooling();
|
||||
|
||||
@ -77,6 +78,7 @@ private:
|
||||
bool isinit=false;
|
||||
float m_Latitude=39.9;
|
||||
float m_Longitude=116.4;
|
||||
long long last_time_in_today_minute=0;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user