Page 1 of 1

Updated Gpio.cpp supporting extra IO-pins on Pi2

Posted: Monday 14 March 2016 20:01
by ogroot
I updated Gpio.cpp in order to be able to use the extra 9 GPIO ports of the Pi2.
The current version of Gpio.cpp was limited to the old number of GPIO ports of the Pi A/B.

I compiled, tested and used the new build with modded Gpio.cpp and it works flawlessly.

I can imagine that other people also want to use this.
Does anyone know How can I upload my "improved Gpio.cpp" to the source tree ??
Is there a quide / instruction somewhere?

Re: Updated Gpio.cpp supporting extra IO-pins on Pi2

Posted: Sunday 27 March 2016 6:18
by nayr
yes please.

create a github account, fork the domoticz repository.. clone your fork, add your modifications to the repo, check them back in and then sumbit a pull request to the main repo.