read values from cache, call read() to refresh!
| 56 | |
| 57 | // read values from cache, call read() to refresh! |
| 58 | float getHumidity() { return _humidity; }; |
| 59 | float getTemperature() { return _temperature; }; |
| 60 | |
| 61 | bool getDisableIRQ() { return _disableIRQ; }; |