Download Print this page

Sparkfun Electronics Inventor's Kit Manual page 11

For micro:bit

Advertisement

To turn this static image into an animation, we need another
block to place just under the
show leds
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
block, which is under the basic block set.
pause
The
block is just what it says; it tells the micro:bit to pause and wait for a certain amount of
pause
time. Place two
blocks in the program as shown.
pause
The reason we are using two and placing one at the end is that this program is a loop. Without the
block at the end, the image in your animation will change really, really fast.

Advertisement

loading
Need help?

Need help?

Do you have a question about the Inventor's Kit and is the answer not in the manual?