Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setOversampling
Method
setOversampling
libraries/MS5611/MS5611.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
182
void MS5611::setOversampling(osr_t samplingRate)
183
{
184
_samplingRate = (uint8_t) samplingRate;
185
}
186
187
188
float MS5611::getTemperature() const
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36