Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void HALL::begin(float voltage, uint16_t steps)
25
{
26
_maxADC = steps;
27
_mVStep = voltage / steps;
28
}
29
30
31
void HALL::setMidPoint(float midPoint)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36