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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36