The diagram for the bakbit board digital pins shows D2-D3, D3-D4, D4-D5, D5-D6. When using the backbit library I what to use each of the pins as separate inputs. For D2 that's no problem because it's not shared between any other socket. But D3 is on two different sockets!!! Am I understanding the diagram correctly? If so then there are only 5 digital inputs and not eight. So what happens when you use two adjacent sockets D2-D3, D3-D4 using D3 as an input?
To clarify I'm using bakebit.pinMode(3,"INPUT") so which socket will that be assigned too? D2-D3 or D3-D4?????
This is confusing and should be updated in the manual and online documentation.
To clarify I'm using bakebit.pinMode(3,"INPUT") so which socket will that be assigned too? D2-D3 or D3-D4?????
This is confusing and should be updated in the manual and online documentation.