Skip to content

Commit

Permalink
minor change to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mouryarahul committed Mar 24, 2020
1 parent da35508 commit 39deb0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/unm3pybd.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ def main():
led_red.toggle()
utime.sleep(1)
led_red.toggle()
led_green.toggle()
utime.sleep(1)
led_green.toggle()
#led_green.toggle()
#utime.sleep(1)
#led_green.toggle()
led_blue.toggle()
utime.sleep(1)
led_blue.toggle()
Expand Down

0 comments on commit 39deb0b

Please sign in to comment.