showPins - Show diagram of GPIO pins - MATLAB (original) (raw)

Main Content

Show diagram of GPIO pins

Since R2021b

Syntax

Description

showPins([hwobj](#mw%5Fb6a0fa8b-a931-4b2b-bf56-a1040560de36%5Fsep%5Fmw%5Fe4ef5c3f-193d-4700-99b9-936c8ea29966)) displays a diagram of the digital input and output pins on the NVIDIA® hardware. The diagram is a high-resolution MATLAB® figure that supports zooming and panning.

example

Examples

collapse all

You can display a diagram with the name or purpose and location of each GPIO pin on your NVIDIA Jetson™ development board.

Show the location of the pins.

hwobj = jetson; showPins(hwobj)

J21 header pinout of Jetson TX2 development board

Input Arguments

collapse all

Connection to a specific NVIDIA hardware board, specified as a jetson object.

Version History

Introduced in R2021b