Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ dataReady
Method
dataReady
libraries/SHT85/SHT85.cpp:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
243
244
bool SHT::dataReady()
245
{
246
return ((millis() - _lastRequest) > 15); // TODO MAGIC NR
247
}
248
249
250
bool SHT::readData(bool fast)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36