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

Method getRawTemperature

libraries/SHT2x/SHT2x.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 float getTemperature();
60 float getHumidity();
61 uint16_t getRawTemperature() { return _rawTemperature; };
62 uint16_t getRawHumidity() { return _rawHumidity; };
63
64 // might take up to 15 milliseconds.

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36