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