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

Method getHumidity

libraries/SHT2x/SHT2x.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248
249float SHT2x::getHumidity()
250{
251 // par 6.1
252 return -6.0 + (125.0 / 65536.0) * _rawHumidity;
253}
254
255
256bool SHT2x::reset()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36