lastRead is in MilliSeconds since start sketch
| 78 | int read(); |
| 79 | // lastRead is in MilliSeconds since start sketch |
| 80 | uint32_t lastRead() { return _lastRead; }; |
| 81 | |
| 82 | // set readDelay to 0 will reset to datasheet values |
| 83 | uint16_t getReadDelay() { return _readDelay; }; |