Skip to content

Commit 4b101f0

Browse files
authored
Merge pull request #28 from makermelissa/master
Removed unused lines from example
2 parents 3f55058 + c40e40d commit 4b101f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/seesaw_minitft_featherwing.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929

3030
ss.pin_mode_bulk(button_mask, ss.INPUT_PULLUP)
3131

32-
last_x = 0
33-
last_y = 0
34-
3532
while True:
3633
buttons = ss.digital_read_bulk(button_mask)
3734
if not buttons & (1 << BUTTON_RIGHT):

0 commit comments

Comments
 (0)