pxt-ev3/docs/reference/brick/print-ports.md
Galen Nickel 4f70d341e4 Start on the 'brick' api topics (#280)
* Start on the 'brick' api topics

* Add the delay to clear screen example

* Better output for clearsceen example
2018-01-30 17:02:22 -08:00

262 B

print Ports

Print the status of the ports on the screen.

brick.printPorts();

Example

Show the port status.

brick.printPorts();

See also

show string, show value