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

Method getSpeedOfSound

libraries/SRF05/SRF05.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34float SRF05::getSpeedOfSound()
35{
36 return _speedOfSound;
37}
38
39
40void SRF05::setCorrectionFactor(float factor)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64