Main Content

showAllPins

Show diagram of all pins

Description

example

showAllPins(bbb) displays a diagram showing all of the pins on the BeagleBone® Black board, with all of their possible uses.

The diagram is a high-resolution MATLAB® figure that supports zooming and panning. It indicates multi-use pins by adjacent labels with different colors. To display a diagram showing the current uses, use showPins.

Examples

collapse all

You can display a diagram with the name or purpose and location of each GPIO pin on your BeagleBone Black board.

Show the location and possible uses of all pins.

showAllPins(bbb)

Input Arguments

collapse all

BeagleBone Black connection created using beaglebone, specified as an object.

Version History

Introduced in R2015a