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

Method lastError

libraries/PCF8575/PCF8575.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280int PCF8575::lastError()
281{
282 int e = _error;
283 _error = PCF8575_OK; // reset error after read, is this wise?
284 return e;
285}
286
287
288// -- END OF FILE --

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36