Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
void SRF05::setSpeedOfSound(float sos)
30
{
31
_speedOfSound = sos;
32
}
33
34
float SRF05::getSpeedOfSound()
35
{
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64