rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
310 stars 100 forks source link

Configurable GPIO so I2C can be enabled #46

Closed Stifler6996 closed 8 years ago

Stifler6996 commented 8 years ago

Hi, this is a fantastic piece of software. Well done.

Would it be possible to make it so we can configure our own GPIO x = Zone y?

I'd like to use I2C but that takes over GPIO 2, 3 and 4 (WiringPI 8,9 & 7). Since I have Pi 2 B+ could simply re map zones 7,8 and 9 to different ones?

Or if it is possible in source, please advise how (no C experience here).

Thanks for the good work. :)

Stifler6996 commented 8 years ago

Hmmm. Does WiringPi support the additional GPIO that I have available on Pi 2?

Stifler6996 commented 8 years ago

See issue #47