more G-Labs products

Author Topic: Raspberry PI GPIO modules  (Read 1544 times)

November 24, 2015, 03:44:44 PM
Read 1544 times

[email protected]

  • *****
  • Information
  • Hero Member
  • Posts: 271
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 :)


December 11, 2015, 04:41:17 AM
Reply #1

Artizan

  • *
  • Information
  • Newbie
  • Posts: 6
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. :)

December 11, 2015, 11:42:58 PM
Reply #2

[email protected]

  • *****
  • Information
  • Hero Member
  • Posts: 271
isnt that what mine did?