Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getRawTemperature
Method
getRawTemperature
libraries/SHT85/SHT85.h:100–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
float getFahrenheit() { return _rawTemperature * (63.0 /13107.0) - 49; };
99
uint16_t getRawHumidity() { return _rawHumidity; };
100
uint16_t getRawTemperature() { return _rawTemperature; };
101
102
103
// ASYNC INTERFACE
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36