By using GPIO mode BCM rather than BOARD the energenie module isn't compatible with the original Raspberry Pi's. It's took me an evening to fault find why and it came down to this.
I've seen that in your commit log you changed from BOARD to BCM at one point. May I ask what the reason for this decision was?
By using GPIO mode BCM rather than BOARD the energenie module isn't compatible with the original Raspberry Pi's. It's took me an evening to fault find why and it came down to this.
I've seen that in your commit log you changed from BOARD to BCM at one point. May I ask what the reason for this decision was?
http://www.raspberrypi-spy.co.uk/2012/06/simple-guide-to-the-rpi-gpio-header-and-pins/
Thanks, Glyn.