952 B
952 B
snowflake fall blocks lesson
design a blinking rectangle animation.
@video td/videos/snowflake-fall-0
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
- show LEDs : read more...
- pause : read more...
- forever : read more...
basic.showLeds(`
. . . . .
. . . . .
. . # . .
. . . . .
. . . . .
`)
basic.pause(100)
basic.forever(() => {})