Possible IDE?
#13
(06-23-2016, 10:44 AM)NexusDude Wrote: For example, in Python, can I just code as follows?
Code:
import RPi.GPIO as GPIO
GPIO.setup(18, GPIO.OUT)
etc.
Or does there need to be a Pine64.GPIO object to import, and maybe I'd need to convert pine 18 to 72, as per the Pine64 pinout?

Yes, you can do that; however, you will need to download and install the codes from here

They are incomplete, but you will be able to use the RPi port for in|out as usual... pwm not ready yet, and not sure about i2c spi, etc.

I have tested with debian and ubuntu and the RPi.GPIO for PineA64 works for in|out...
  Reply


Messages In This Thread
Possible IDE? - by yuvgin - 05-16-2016, 04:18 PM
RE: Possible IDE? - by sn00zerman - 06-11-2016, 09:36 AM
RE: Possible IDE? - by tllim - 06-11-2016, 11:52 PM
RE: Possible IDE? - by kenif - 06-12-2016, 05:53 AM
RE: Possible IDE? - by sn00zerman - 06-13-2016, 01:11 AM
RE: Possible IDE? - by tllim - 06-13-2016, 04:14 PM
RE: Possible IDE? - by kenif - 06-16-2016, 01:07 PM
RE: Possible IDE? - by MarkHaysHarris777 - 06-23-2016, 09:05 AM
RE: Possible IDE? - by JasperBrown - 06-23-2016, 08:18 AM
RE: Possible IDE? - by NexusDude - 06-23-2016, 08:42 AM
RE: Possible IDE? - by JasperBrown - 06-23-2016, 10:05 AM
RE: Possible IDE? - by NexusDude - 06-23-2016, 10:44 AM
RE: Possible IDE? - by MarkHaysHarris777 - 06-23-2016, 11:01 AM
RE: Possible IDE? - by Artyom - 07-04-2016, 11:32 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)