AXE401 shield base

techElder

Well-known member
How does one address a 'port' in shield terminology? As in:

Code:
let pinsA / pinsB / pinsC / pinsD =

or

DirsB / etc.

It's a problem in my mind, because the 28X2 port pins are all over the place on the shield base!
 
Last edited:

hippy

Ex-Staff (retired)
Staff member
There is no in-built capability to set entire pin sets of the AXE401 but it is possible to do this using your own code; create a pinsS word variable then 'Gosub WritePinsS' or 'Gosub ReadPinsS'.

I've got some example code for doing that somewhere which I'll try to find and post.
 
Top