Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ lastError
Method
lastError
libraries/PCF8574/PCF8574.cpp:166–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
165
166
int PCF8574::lastError()
167
{
168
int e = _error;
169
_error = PCF8574_OK; // reset error after read, is this wise?
170
return e;
171
}
172
173
174
void PCF8574::rotateRight(const uint8_t n)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36