avatar for flashing heart
This commit is contained in:
@ -2,7 +2,28 @@
|
||||
|
||||

|
||||
|
||||
Use the LEDs to display a flashing heart.
|
||||
### ~avatar avatar
|
||||
|
||||
```sim
|
||||
basic.forever(() => {
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
# # # # #
|
||||
# # # # #
|
||||
. # # # .
|
||||
. . # . .`);
|
||||
basic.pause(500);
|
||||
basic.clearScreen();
|
||||
basic.pause(500);
|
||||
})
|
||||
```
|
||||
|
||||
Use the LEDs to display a flashing heart, and then create
|
||||
an animation of a broken heart. :(
|
||||
|
||||
## [START PROJECT](/#follow:/projects/flashing-heart)
|
||||
|
||||
### ~
|
||||
|
||||
## Step 1
|
||||
|
||||
|
Reference in New Issue
Block a user