MCPcopy 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
182void MS5611::setOversampling(osr_t samplingRate)
183{
184 _samplingRate = (uint8_t) samplingRate;
185}
186
187
188float MS5611::getTemperature() const

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36