Getting Started Guide
3/7/2018 Getting Started with the micro:bit - learn.sparkfun.com
https://learn.sparkfun.com/tutorials/getting-started-with-the-microbit?_ga=2.181651687.1167766512.1520447360-204410570.1509632255 9/13
To turn this static image into an animation we need another show leds block to place just under the first block. You
can then make a second drawing with this set of rectangles. In your simulator you will see the images switching
really, really fast. We need to slow this down!
To slow your animation down you will use the pause block, which is under the basic block set. The pause block is
just what it says; it tells the micro:bit to pause and wait for a certain amount of time. Place two pause blocks in the
program as shown.