MCPcopy 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
244bool SHT::dataReady()
245{
246 return ((millis() - _lastRequest) > 15); // TODO MAGIC NR
247}
248
249
250bool SHT::readData(bool fast)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36