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

Method getError

libraries/SHT31/SHT31.cpp:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278
279int SHT31::getError()
280{
281 int rv = _error;
282 _error = SHT31_OK;
283 return rv;
284}
285
286
287//////////////////////////////////////////////////////////

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36