Main Content

showPins

Show diagram of GPIO pins

Add-On Required: This feature requires the MATLAB Support Package for BeagleBone Black Hardware add-on.

Description

example

showPins(bbb) displays a diagram of the digital input and output pins on the BeagleBone® Black board. The diagram is a high-resolution MATLAB® figure that supports zooming and panning.

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 of the pins.

showPins(bbb)

Input Arguments

collapse all

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

Version History

Introduced in R2015a