Skip to content

Commit c40e40d

Browse files
Melissa LeBlanc-WilliamsMelissa LeBlanc-Williams
authored andcommitted
Removed unused lines from example
1 parent 1d12cfc commit c40e40d

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)