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