MCPcopy 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
63void SRF05::setModeAverage(uint8_t count)
64{
65 _mode = 0x01;
66 _count = count;
67}
68
69
70void SRF05::setModeMedian(uint8_t count)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64