Skip to content

Commit

Permalink
Merge pull request #28 from makermelissa/master
Browse files Browse the repository at this point in the history
Removed unused lines from example
  • Loading branch information
ladyada committed May 4, 2019
2 parents 3f55058 + c40e40d commit 4b101f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/seesaw_minitft_featherwing.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@

ss.pin_mode_bulk(button_mask, ss.INPUT_PULLUP)

last_x = 0
last_y = 0

while True:
buttons = ss.digital_read_bulk(button_mask)
if not buttons & (1 << BUTTON_RIGHT):
Expand Down

0 comments on commit 4b101f0

Please sign in to comment.