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

Method setSpeedOfSound

libraries/SRF05/SRF05.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29void SRF05::setSpeedOfSound(float sos)
30{
31 _speedOfSound = sos;
32}
33
34float SRF05::getSpeedOfSound()
35{

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64