Skip to content

Commit

Permalink
Make blink.py simpler.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEGrayson committed Mar 3, 2023
1 parent d591700 commit 76cea81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micropython_demo/blink.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Simple blink example

import time
import rp2
from machine import Pin

led = Pin(25, Pin.OUT)
Expand Down

0 comments on commit 76cea81

Please sign in to comment.