am2320 module¶
AM2320¶
-
class
am2320.AM2320(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
-