Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ lastError
Method
lastError
libraries/MCP23017_RT/MCP23017.cpp:538–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
537
538
int MCP23017::lastError()
539
{
540
int e = _error;
541
_error = MCP23017_OK; // reset error after read.
542
return e;
543
}
544
545
546
////////////////////////////////////////////////////
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36