Main Content

showPins

Show diagram of GPIO pins

Description

example

showPins(mypi) displays a diagram of the digital input and output pins on the Raspberry Pi® hardware. 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 Raspberry Pi hardware.

Show the location of the pins.

showPins(mypi)

Input Arguments

collapse all

Connection to a specific Raspberry Pi hardware board, specified as a raspi object.