ran pylint cleanup and dropped read_ prefixes in driver code, tested on hardware
This commit is contained in:
parent
b13c02da9d
commit
bd169d16e2
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Designed specifically to work with the MLX90614 sensors in the
|
||||
# adafruit shop
|
||||
# ----> https://www.adafruit.com/products/1748
|
||||
# ----> https://www.adafruit.com/products/1749
|
||||
# ----> https://www.adafruit.com/product/1747
|
||||
# ----> https://www.adafruit.com/product/1748
|
||||
#
|
||||
# These sensors use I2C to communicate, 2 pins are required to
|
||||
# interface Adafruit invests time and resources providing this open
|
||||
|
|
@ -49,7 +49,7 @@ def colorWipe(color):
|
|||
strip[j] = (color)
|
||||
|
||||
while True:
|
||||
temp = mlx.read_object_temp_f
|
||||
temp = mlx.object_temp_f
|
||||
|
||||
if temp < cold_temp:
|
||||
temp = cold_temp
|
||||
|
|
|
|||
Loading…
Reference in a new issue