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

Method readStatus

libraries/DHT20/DHT20.cpp:230–235  ·  view source on GitHub ↗

/////////////////////////////////////////// STATUS

Source from the content-addressed store, hash-verified

228// STATUS
229//
230uint8_t DHT20::readStatus()
231{
232 _wire->requestFrom(DHT20_ADDRESS, (uint8_t)1);
233 delay(1); // needed to stabilize timing
234 return (uint8_t) _wire->read();
235}
236
237
238bool DHT20::isCalibrated()

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected