Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ lastRead
Method
lastRead
libraries/DHTNEW/dhtnew.h:75–75 ·
view source on GitHub ↗
lastRead is in MilliSeconds since start sketch
Source
from the content-addressed store, hash-verified
73
74
// lastRead is in MilliSeconds since start sketch
75
uint32_t lastRead() { return _lastRead; };
76
77
// preferred interface
78
float getHumidity() { return _humidity; };
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36