luking-dev / webiopi

Automatically exported from code.google.com/p/webiopi
0 stars 0 forks source link

Add description for wiringPi pinout #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
this is not really a bug report but a feature request, not sure this is the 
right place where to ask for it.
I was wondering whether it would be possible to update the description of the 
gpio pins also with the numbering provided here for the wiringPi pinout:

https://projects.drogon.net/raspberry-pi/wiringpi/pins/

Maybe even just by adding them in parenthesis as follows:
GPIO 2 would become GPIO 2 (8)
GPIO 8 would become GPIO 8 (10)
And so on.

-- 
Thanks in advance,
Salvatore.

Original issue reported on code.google.com by sla...@gmail.com on 12 Nov 2013 at 3:23

GoogleCodeExporter commented 9 years ago
This seems to be the updated pinout for wiring pi: http://wiringpi.com/pins/

Original comment by sla...@gmail.com on 15 Nov 2013 at 7:32

GoogleCodeExporter commented 9 years ago
Pin numbering has always been a pain and source of confusion, I admit.
But adding an additional numbering schema will be another source of confusion.
I instead decided to stick to the BCM GPIO numbering since the beginning.

Original comment by tro...@trouch.com on 27 Nov 2013 at 9:26

GoogleCodeExporter commented 9 years ago
Ah okay, thanks for the clarification. I though that since webiopi needs and 
uses wiringpi to work, it would also use the same gpio naming.
At least I didn't fry any hardware because of that, although it made me wonder 
why it didn't work at first as I was expecting it would, eheh.

Original comment by sla...@gmail.com on 27 Nov 2013 at 11:06

GoogleCodeExporter commented 9 years ago
WebIOPi does not use WiringPi or anything else at all.
WebIOPi read/write directly to the SoC registers.

Original comment by tro...@trouch.com on 27 Nov 2013 at 11:50