Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setModeAverage
Method
setModeAverage
libraries/SRF05/SRF05.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
63
void SRF05::setModeAverage(uint8_t count)
64
{
65
_mode = 0x01;
66
_count = count;
67
}
68
69
70
void SRF05::setModeMedian(uint8_t count)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64