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

Method begin

libraries/A1301/A1301.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24void HALL::begin(float voltage, uint16_t steps)
25{
26 _maxADC = steps;
27 _mVStep = voltage / steps;
28}
29
30
31void HALL::setMidPoint(float midPoint)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36