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

Method lastError

libraries/SGP30/SGP30.cpp:364–369  ·  view source on GitHub ↗

//////////////////////////////////////////////// MISCELLANEOUS

Source from the content-addressed store, hash-verified

362// MISCELLANEOUS
363//
364int SGP30::lastError()
365{
366 int error = _error;
367 _error = SGP30_OK;
368 return error;
369}
370
371
372/////////////////////////////////////////////////////

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36