Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getHumidity
Method
getHumidity
libraries/DHT12/DHT12.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
int8_t read();
36
float getHumidity() { return _humidity + _humOffset; };
37
float getTemperature() { return _temperature + _tempOffset; };
38
39
// allows 1st order calibration
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36