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

Method resetMidPoint

libraries/ACS712/ACS712.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249
250uint16_t ACS712::resetMidPoint()
251{
252 _midPoint = _maxADC / 2;
253 return _midPoint;
254};
255
256
257// CALIBRATION FORM FACTOR

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64