Add info to some examples (#716)
* Add info to some examples * Push a few more descriptions * Couple more * Touch up card descriptions * Fix 'drop' typo * Live typo
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Rando
|
||||
|
||||
Generate a random coordinate and display it on the LED screen.
|
||||
|
||||
```blocks
|
||||
basic.forever(() => {
|
||||
led.toggle(Math.random(5), Math.random(5))
|
||||
|
||||
Reference in New Issue
Block a user