python-MLX90614
python-MLX90614 copied to clipboard
Python driver for MLX90614 infrared temperature sensors
hi, thanks for the library. on example: ``` from mlx90614 import MLX90614 thermometer_address = 0x5a thermometer = MLX90614(thermometer_address) print thermometer.get_amb_temp() print thermometer.get_obj_temp() ``` You call the method: ``` thermometer.get_amb_temp() thermometer.get_obj_temp()...
I have a problem connecting the sensor to the I2C GrovePi Hat. Whenever I attach it to the board all addresses are busy: pi@meteotux:~ $ i2cdetect -y 1 0 1...
This allows to use the library as a module