Cobra Commander
20-01-2015, 13:22
How do you program using pins from the MXP.
Generally your set up looks something like this
DigitalInput light = new DigitalInput(DIO Port HERE);
But on the MXP the numbers reset back to 0 so how do I define which port I'm using?:
Generally your set up looks something like this
DigitalInput light = new DigitalInput(DIO Port HERE);
But on the MXP the numbers reset back to 0 so how do I define which port I'm using?: