Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
void runningAngle::reset()
21
{
22
_average = 0;
23
_weight = 0.80;
24
_reset = true;
25
}
26
27
28
float runningAngle::add(float angle)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36