dht12 module¶
DHT12¶
-
class
dht12.DHT12(i2c[, address])¶ The basic class for handling the communication with the sensor.
The
i2cparameter is an initialized I²C bus, and the optional address specifies which sensor to connect to, if you have more than one and have changed their addresses with theAddrpin.-
temperature()¶ Get the temperature in Celcius
-
humidity()¶ Get the relative humidity as a percentage
-