MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / incMidPoint

Method incMidPoint

libraries/ACS712/ACS712.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204
205uint16_t ACS712::incMidPoint()
206{
207 if (_midPoint < (int)(_maxADC)) _midPoint += 1;
208 return _midPoint;
209};
210
211
212uint16_t ACS712::decMidPoint()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64