Hi, I have problem on Python3.4 When i call pin PH+12 (CONN2-P07) in RAW mode i have segmentation fault. On Python 2.7 all work good >>> from RPi import GPIO >>> GPIO.setmode(GPIO.RAW) >>> GPIO.setup(GPIO.PH+12,GPIO.OUT) Segmentation fault
Hi, I have problem on Python3.4
When i call pin PH+12 (CONN2-P07) in RAW mode i have segmentation fault.
On Python 2.7 all work good