HomeGenie Forum

Automation Program Plugins and Wizard Scripting => APP Contributions => Topic started by: [email protected] on November 24, 2015, 03:44:44 PM

Title: Raspberry PI GPIO modules
Post by: [email protected] on November 24, 2015, 03:44:44 PM
I've been messing about with Gene's raspberry pi GPIO program, and extended it to detect what version raspberry pi it is running on and hopefully add the correct GPIO's based on the board revision..

I haven't fully tested all the pins yet but the revision checking works and it also includes my fix for reversing input pins which can be useful when using pull ups.

std disclaimer, I know the code could be refactored and neater :) and don't blame me if you break anything due to not understanding electronics :)

Title: Re: Raspberry PI GPIO modules RPi 2
Post by: Artizan on December 11, 2015, 04:41:17 AM
Just thought I would add this - GPIO modules for with correct pinout for raspberry pi 2 - based on Genes gpio module , may be of help as I was struggling with the changed gpio layout from RPi1, tested and works. Also does the the job of reversed output.
Thanks to Gene for amazing program. :)
Title: Re: Raspberry PI GPIO modules
Post by: [email protected] on December 11, 2015, 11:42:58 PM
isnt that what mine did?