MCPcopy 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
319float ACS712::getAmperePerStep()
320{
321 return _mAPerStep * 0.001;
322};
323
324
325// FREQUENCY DETECTION

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64