Merge branch 'master_ms'

This commit is contained in:
Amerlander
2020-05-29 13:33:07 +02:00
45 changed files with 2049 additions and 2096 deletions

View File

@ -4,6 +4,6 @@ Generate a random coordinate and display it on the LED screen.
```blocks
basic.forever(() => {
led.toggle(Math.randomRange(0, 5), Math.randomRange(0, 5))
led.toggle(Math.randomRange(0, 4), Math.randomRange(0, 4))
})
```