Skip to content

Instantly share code, notes, and snippets.

@boochow
Last active December 3, 2018 13:25
Show Gist options
  • Select an option

  • Save boochow/ccc194c25180adaa572054a102df4940 to your computer and use it in GitHub Desktop.

Select an option

Save boochow/ccc194c25180adaa572054a102df4940 to your computer and use it in GitHub Desktop.
>>> import pyb
>>> pyb.LED(1).on()
>>> pyb.LED(1).off()
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment