various docs cleanup

This commit is contained in:
Peli de Halleux
2016-09-01 05:08:27 -07:00
parent c11acce579
commit bfc2641637
45 changed files with 39 additions and 430 deletions

View File

@ -20,7 +20,11 @@ led.plot(2, 2)
led.toggleAll()
```
![](/static/mb/toggle-all-0.png)
```sim
basic.clearScreen()
led.plot(2, 2)
led.toggleAll()
```
### See also