Skip to content

Instantly share code, notes, and snippets.

@boochow
Created December 2, 2018 06:14
Show Gist options
  • Save boochow/22d2542f89379f713cfefa01218cc827 to your computer and use it in GitHub Desktop.
Save boochow/22d2542f89379f713cfefa01218cc827 to your computer and use it in GitHub Desktop.
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