moving print ports to examples (#288)

This commit is contained in:
Peli de Halleux
2018-01-31 08:44:58 -08:00
committed by GitHub
parent a52ce112dc
commit d548dfb578
6 changed files with 40 additions and 58 deletions

View File

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