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

Method isNorth

libraries/A1301/A1301.cpp:94–97  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////// ANALYSE

Source from the content-addressed store, hash-verified

92// ANALYSE
93//
94bool HALL::isNorth()
95{
96 return (_lastGauss > 0);
97}
98
99
100bool HALL::isSouth()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64