Model B+ setup and output on BCM Pin 31 USB Crash
A Python module to control the GPIO on a Raspberry Pi
Brought to you by:
croston
When attempting to setup and output on pin 31 ( Model B had 28-31 extra ), It will crash and not handle the error ( There is no pin 31 anymore ).
import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM)
GPIO.setup(31, GPIO.OUT) # Will crash it
GPIO.output(31, False) # same here... No error handling. Kernel IRQ #31 Crashes and reports an error.
Using the new 0.5.6-1 Module with Linux Raspberrypi 3.12.22+ #691 from June 18th Build of Wheezy.