Skip to content

Commit 919a3a3

Browse files
authored
Update mlx90640_pygamer.py
remove one more global
1 parent 5bb485f commit 919a3a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/mlx90640_pygamer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ def MakeHeatMapColor():
7777
my_a2 = 37
7878

7979
def temp2index(s, a1, a2):
80-
global mini, maxi
81-
8280
b1 = 0
8381
b2 = number_of_colors - 1
8482

0 commit comments

Comments
 (0)