Created
December 2, 2018 06:14
-
-
Save boochow/22d2542f89379f713cfefa01218cc827 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pyb, time | |
while(True): | |
pyb.LED(1).on() | |
time.sleep_ms(200) | |
pyb.LED(1).off() | |
time.sleep_ms(300) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment