Resources for the 'Pet Project' Creative Computing Club.
This page recaps what we discussed as a group, including creating a heartbeat.
To skip to the cyber pet starter code, and ideas for your next steps, click here.
Open the Mu editor on your computer. If there is code on the screen, start a New program from the menu.
Type these two lines of code into your blank window:
from microbit import * display.show(Image.HAPPY)
Plug your micro:bit into the computer, then click Flash:
Some code should be running on your micro:bit!
If you get a message scrolling across the micro:bit's screen, this is an error message!
Debug your code, then click Flash again to test your changes.
Once your code is working - change it!
Instead of HAPPY, can you think of another Image the micro:bit could show on its display?
TO BE ADDED - see presentation for now.
Click here for the cyber pet starter code and instructions!