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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36