How to program a micro:bit with MakeCode
Description When learning something new, the best first project is always a simple one that teaches basic skills and has a quick reward. That’s why my go-to first project for the micro:bit is the flashing heart. It teaches a little about events, highlights some of the features of the micro:bit, and provides an easy path into programming. All this project does is create a blinking heart on the micro:bit LED screen. I have added a few more steps to show...