Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getRawHumidity
Method
getRawHumidity
libraries/SHT2x/SHT2x.h:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
float getHumidity();
61
uint16_t getRawTemperature() { return _rawTemperature; };
62
uint16_t getRawHumidity() { return _rawHumidity; };
63
64
// might take up to 15 milliseconds.
65
bool reset();
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36