| 107 | // suppress error values of -999 => check return value of read() instead |
| 108 | bool getSuppressError() { return _suppressError; }; |
| 109 | void setSuppressError(bool b) { _suppressError = b; }; |
| 110 | |
| 111 | // raw data for efficient storage / transport and |
| 112 | // to access the decimal part if needed. |