Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
uint16_t ACS712::resetMidPoint()
251
{
252
_midPoint = _maxADC / 2;
253
return _midPoint;
254
};
255
256
257
// CALIBRATION FORM FACTOR
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64