snowflake fall blocks lesson
design a blinking rectangle animation.
Topic
Forever
Quick Links
Prior learning/place of lesson in scheme of work
Learn how to show LEDs with a, pause to pause program execution for a specified amount of milliseconds. We will be learning how to show images using forever loop as well as simple commands, such as pause and show LEDs.
Documentation
basic.showLeds(`
    . . . . .
    . . . . .
    . . # . .
    . . . . .
    . . . . .
    `)
basic.pause(100)
basic.forever(() => {})