Skip to content

Commit

Permalink
Update lesson_6.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed May 9, 2024
1 parent 83cd95e commit 3faffed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lessons/lesson_6/lesson_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@

from machine import Pin # pylint: disable=import-error


PIN_N = 14
PIN_N = 14
led = Pin(PIN_N, Pin.OUT)


Expand Down

0 comments on commit 3faffed

Please sign in to comment.