PINE64
Using GPIO pins - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: General Discussion on ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=99)
+--- Thread: Using GPIO pins (/showthread.php?tid=6419)

Pages: 1 2


RE: Using GPIO pins - Mrfixit2001 - 10-03-2018

In case anyone wants to test it, I have updated Leapo's GPIO code to support both ROCK64 and ROCKPRO64. It defaults to use ROCK64, so just call setrock('ROCKPRO64') to tell the script to use the GPIO values for the pro instead.

https://github.com/mrfixit2001/Rock64-R64.GPIO/blob/master/R64/_GPIO.py


RE: Using GPIO pins - Bullet64 - 10-03-2018

Thanks, will test it later this week.


RE: Using GPIO pins - {-DesT-} - 02-08-2021

Hi,

I know it's an old thread but, we are trying to use a DHT22 sensor connected on the GPIO... anyone already did this ?