Add 'showPorts' api doc (#392)

This commit is contained in:
Galen Nickel
2018-03-29 16:43:17 -07:00
committed by Peli de Halleux
parent 3cad464ea5
commit 8abc137d60
4 changed files with 29 additions and 3 deletions

View File

@ -9,6 +9,7 @@ brick.showString("Hello world!", 1);
brick.showNumber(0, 1);
brick.showValue("item", 0, 1);
brick.clearScreen();
brick.showPorts();
```
## Buttons