mlx90614 module¶
MLX90614¶
-
class
mlx90614.MLX90614(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.All temperatures are returned in Celsius.
-
read_ambient_temp()¶ Get the ambient sensor temperature
-
read_object_temp()¶ Get the object temperature from the first or only thermopile
-
read_object2_temp()¶ Get the object temperature the second thermopile, if it exists
-