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

@ -1,19 +0,0 @@
# print Ports
Print the status of the ports on the screen.
```sig
brick.printPorts();
```
## Example
Show the port status.
```blocks
brick.printPorts();
```
## See also
[show string](/reference/brick/show-string), [show value](/reference/brick/show-value)