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

Method getError

libraries/SHT85/SHT85.cpp:281–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279
280
281int SHT::getError()
282{
283 int rv = _error;
284 _error = SHT_OK;
285 return rv;
286}
287
288
289//////////////////////////////////////////////////////////

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36