Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getAmperePerStep
Method
getAmperePerStep
libraries/ACS712/ACS712.cpp:319–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
318
319
float ACS712::getAmperePerStep()
320
{
321
return _mAPerStep * 0.001;
322
};
323
324
325
// FREQUENCY DETECTION
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64