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

Method setCorrectionFactor

libraries/SRF05/SRF05.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40void SRF05::setCorrectionFactor(float factor)
41{
42 _correctionFactor = factor;
43};
44
45
46float SRF05::getCorrectionFactor()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36