mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-16 02:02:11 +02:00
add WiFiManager
and 'U8g2 to
Libraries`
This commit is contained in:
@ -4,19 +4,17 @@
|
||||
class AgValue {
|
||||
private:
|
||||
public:
|
||||
AgValue(){
|
||||
|
||||
}
|
||||
~AgValue(){
|
||||
|
||||
}
|
||||
AgValue() {}
|
||||
~AgValue() {}
|
||||
|
||||
float Temperature = -1001;
|
||||
int Humidity = -1;
|
||||
int CO2 = -1;
|
||||
int PM25 = -1;
|
||||
int TVOC = -1;
|
||||
int TVOCRaw = -1;
|
||||
int NOx = -1;
|
||||
int NOxRaw = -1;
|
||||
};
|
||||
|
||||
#endif /** _AG_VALUE_H_ */
|
||||
|
Reference in New Issue
Block a user