Solved: RPi.GPIO and Python segfaults
|
25th Feb, 2015, 01:03 AM
Post: #7
|
|||
|
|||
RE: RPi.GPIO and Python segfaults
Well, it stopped segfault-ing. Now the LCD isn't displaying as expected. Are the pin designations different between RPi.GPIO and wiringX? I was using BCM designations in RPi.GPIO, does that make a difference? See my new code on PasteBin.
I do appreciate that this GPIO code can work on all of those boards using wiringX, but I don't use anything other than RPi right now. EDIT: Ah... answered my own question. Yes, the numbers are different between RPi.GPIO BCM and WiringX. Found it thanks to your site's handy tables. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RPi.GPIO and Python segfaults - skpacman - 24th Feb, 2015, 06:43 AM
RE: RPi.GPIO and Python segfaults - CurlyMo - 24th Feb, 2015, 07:22 AM
RE: RPi.GPIO and Python segfaults - skpacman - 24th Feb, 2015, 07:53 AM
RE: RPi.GPIO and Python segfaults - CurlyMo - 24th Feb, 2015, 08:01 AM
RE: RPi.GPIO and Python segfaults - skpacman - 24th Feb, 2015, 08:14 AM
RE: RPi.GPIO and Python segfaults - CurlyMo - 24th Feb, 2015, 07:19 PM
RE: RPi.GPIO and Python segfaults - skpacman - 25th Feb, 2015 01:03 AM
|