The Jetson.GPIO library of the Jetson series motherboards allows developers to interact with external hardware devices through the 40-pin GPIO pins.
Jetson.GPIO library supports two common numbering modes: BOARD and BCM mode
Note: The tutorial only demonstrates GPIO.BOARD mode
Mode | Numbering method |
---|---|
GPIO.BOARD | Numbering based on physical pins (1-40) |
GPIO.BCM | GPIO logical numbering based on Broadcom chips (directly corresponding to the GPIO channels on the hardware chip) |
One-to-one correspondence between BOARD mode pins and 40Pin pins on the motherboard:
One-to-one correspondence between BCM mode pins and 40Pin pins on the motherboard:
12Pin pin description under the Jetson core board: