19 lines
262 B
Markdown
19 lines
262 B
Markdown
|
# 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)
|