cherrybombuc
Posts: 24
Joined: Mon Feb 25, 2013 4:59 pm

GPIO 0 and 1

Mon Apr 28, 2014 3:57 am

How I can use gpio 1 and 0 to input/output on python?

ghp
Posts: 1498
Joined: Wed Jun 12, 2013 12:41 pm
Location: Stuttgart Germany
Contact: Website

Re: GPIO 0 and 1

Mon Apr 28, 2014 5:57 am

Hello,
GPIO 0,1 have been used on rev1-boards for I2C. On rev2 boards, current version, these went to S5-14, S5-13.
See http://elinux.org/RPi_BCM2835_GPIOs#GPIO0 for a table of signals.

So there are two options: use a rev1-board, or connect the S5-connector.
S5 is the CSI camera interface. If you want use this, disable camera driver, find a suitable flat cable. Will be a little bit 'fiddly'.

Regards,
Gerhard

Return to “Python”