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

Method requestData

libraries/SHT31/SHT31.cpp:231–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229
230
231bool SHT31::requestData()
232{
233 if (writeCmd(SHT31_MEASUREMENT_SLOW) == false)
234 {
235 return false;
236 }
237 _lastRequest = millis();
238 return true;
239}
240
241
242bool SHT31::dataReady()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36