Skip to content

Instantly share code, notes, and snippets.

@jimmo
Last active August 31, 2017 05:13
Show Gist options
  • Save jimmo/4bfbb2601e09e4f94fd92894f75fa136 to your computer and use it in GitHub Desktop.
Save jimmo/4bfbb2601e09e4f94fd92894f75fa136 to your computer and use it in GitHub Desktop.
from microbit import *
display.scroll('hello micro:bit')
while True:
if button_a.was_pressed():
display.show(Image.HEART)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment