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