Pin Numbering - Raspberry Pi Compute Module

Numbering Scheme

Pi4J uses the Broadcom GPIO pin numbering scheme for the Raspberry Compute Module.
P14J implements the same pin number scheme as the Wiring Pi project. More information about the WiringPi pin number scheme can be found here: http://wiringpi.com/pins/

Pi4J provides a RCMPin enumeration that is used to manage the accessible GPIO pins.

Expansion Header

The Raspberry Pi Compute Module development board contains two banks with 60-pin expansion headers labeled as 'J5' and 'J6' providing access to 46 GPIO pins.

J5 Pinout (60-pin Header)

The diagram below illustrates the (BANK0) GPIO pinout using the Broadcom GPIO numbering scheme.

(click here for hi-resolution image)

J6 Pinout (60-pin Header)

The diagram below illustrates the (BANK1) J6 GPIO pinout using the Broadcom GPIO numbering scheme.

(click here for hi-resolution image)

Examples/Sample Code

Additional Resources