MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / requestData

Method requestData

libraries/SHT85/SHT85.cpp:233–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231
232
233bool SHT::requestData()
234{
235 if (writeCmd(SHT_MEASUREMENT_SLOW) == false)
236 {
237 return false;
238 }
239 _lastRequest = millis();
240 return true;
241}
242
243
244bool SHT::dataReady()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36