Is there a list of which GPIO pins are unused when you've got a PiFace Digital 2 attached to a Raspberry Pi 2. I'd like to solder on a 1-wire DS18B20 temperature sensor.
Thanks in advance,
Matt.
Is there a list of which GPIO pins are unused when you've got a PiFace Digital 2 attached to a Raspberry Pi 2. I'd like to solder on a 1-wire DS18B20 temperature sensor.
Thanks in advance,
Matt.
Seems like SPI is used mostly with a few pins as chip select(?). I would steal the I2C pins and use as digital since they would most logical be not used. Let me know if this works.
Clem
GPIO 25 pin is also wired and needed for input event listener.
I noticed the board also needs 3.3 Volts power pins connected, even when is powered with an external source. Without 3.3 V power the board is sometimes not detected (random behaviour).
You might try this, although I am not sure where it came from.