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

Method mTesla

libraries/A1301/A1301.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125float HALL::mTesla(float Gauss)
126{
127 return Gauss * 0.1;
128}
129
130
131float HALL::uTesla(float Gauss)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64