Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ AngleType
Enum
AngleType
libraries/AverageAngle/AverageAngle.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
13
AverageAngle::AverageAngle(const enum AngleType type)
14
{
15
_type = type;
16
reset();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected