Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
uint16_t ACS712::incMidPoint()
206
{
207
if (_midPoint < (int)(_maxADC)) _midPoint += 1;
208
return _midPoint;
209
};
210
211
212
uint16_t ACS712::decMidPoint()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64