How are pins used with this shield? The tutorial says that the header pins are inserted into the Arduino but the guide says they are not used for signals. Is there any way of using the other pins?
Update: enter image description here
1 Answer 1
What it means is although all pins from the Arduino are connected only A4, A5 5V and Gnd are actually used by the shield. I think that these 4 pins are shared with other shields and all the rest of the pins are available for shields to either share or use exclusively.
So, if you have this shield and an Ethernet shield, which needs exclusive access to pins d7, d8 and d9 then you would be to use both shields at the same time.
-
So it's not possible to use the other pins with this shield?rur2641– rur26412017年02月04日 02:40:44 +00:00Commented Feb 4, 2017 at 2:40
-
I think it is, I've edited the answer to make that clearer.Code Gorilla– Code Gorilla2017年02月04日 17:21:55 +00:00Commented Feb 4, 2017 at 17:21