João Carlos Simões Queiroz

Results 1 issues of João Carlos Simões Queiroz

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()...