MCPcopy 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
99int Max44007::getError()
100{
101 int err = _error;
102 _error = MAX44007_OK;
103 return err;
104}
105
106
107bool Max44007::setHighThreshold(const float value)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36