adding a few more examples

This commit is contained in:
Peli de Halleux
2017-02-09 17:40:21 -08:00
parent 45c82767d0
commit a4a74bdd6b
5 changed files with 64 additions and 0 deletions

7
docs/examples/rando.md Normal file
View File

@ -0,0 +1,7 @@
# Rando
```blocks
basic.forever(() => {
led.toggle(Math.random(5), Math.random(5))
})
```