codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Model B Pinout Layout GPIO Numbering

    29th November 2014

    Raspberry-Pi

    Raspberrypi - Codehaven

    Revision 2
    Rasberry Pi GPIO Numbering (using cobbler and breadboard)

    METHOD ONLY VALID WHEN USING “GPIO.setmode(GPIO.BCM)” in the code.

    1. First start with ce0 which is connected to PIN 24 of the board.

    2. On this chart what is PIN 24? = PIN 8 so ……

    Use code like this GPIO.output(7, True) when referring to it.

    Was this code snippet helpful?