simplify projects

This commit is contained in:
Peli de Halleux
2016-11-10 08:37:13 -08:00
parent 3a8bbfbd91
commit fd5357b273
12 changed files with 45 additions and 107 deletions

View File

@ -1,24 +1,7 @@
# flashing heart
![](/static/mb/projects/a1-display.png)
### ~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. :(