Skip to content

Commit e384a07

Browse files
committed
Run pre-commit
1 parent 663172f commit e384a07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/amg88xx_rpi_thermal_cam.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
lcd.fill((0, 0, 0))
6868
pygame.display.update()
6969

70+
7071
# some utility functions
7172
def constrain(val, min_val, max_val):
7273
return min(max_val, max(min_val, val))
@@ -80,7 +81,6 @@ def map_value(x, in_min, in_max, out_min, out_max):
8081
time.sleep(0.1)
8182

8283
while True:
83-
8484
# read the pixels
8585
pixels = []
8686
for row in sensor.pixels:

examples/amg88xx_rpi_thermal_cam_console.py

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def print_there(console_x, console_y, text, color):
7777

7878
COLOR_RANGE = 1
7979
while True:
80-
8180
# read the pixels
8281
PIXELS = []
8382
for row in SENSOR.pixels:

0 commit comments

Comments
 (0)