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

Method setModeSingle

libraries/SRF05/SRF05.cpp:56–60  ·  view source on GitHub ↗

///////////////////////////////////////////// MODE

Source from the content-addressed store, hash-verified

54// MODE
55//
56void SRF05::setModeSingle()
57{
58 _mode = 0x00;
59 _count = 1;
60}
61
62
63void SRF05::setModeAverage(uint8_t count)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64