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

Method isSouth

libraries/A1301/A1301.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100bool HALL::isSouth()
101{
102 return (_lastGauss < 0);
103}
104
105
106float HALL::lastGauss()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64