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

Method reset

libraries/runningAngle/runningAngle.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20void runningAngle::reset()
21{
22 _average = 0;
23 _weight = 0.80;
24 _reset = true;
25}
26
27
28float runningAngle::add(float angle)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36