Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getError
Method
getError
libraries/Max44009/max44009.cpp:97–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
97
int Max44009::getError()
98
{
99
int err = _error;
100
_error = MAX44009_OK;
101
return err;
102
}
103
104
105
bool Max44009::setHighThreshold(const float value)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36