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.