Skip to content

Commit fa5f176

Browse files
committed
Remove unused variables
1 parent 6eb0540 commit fa5f176

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arduino/arduino.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from math import sin, cos, radians, floor, ceil
1010
from sys import exit
1111

12-
frame_count = 0
1312
OUTPUT = Pin.OUT
1413
INPUT = Pin.IN
1514

@@ -20,7 +19,6 @@
2019
HIGH = 1
2120
LOW = 0
2221

23-
arduino_analog_inverted = False
2422

2523
# UTILITY
2624
def map(x, in_min, in_max, out_min, out_max):

0 commit comments

Comments
 (0)