I’m trying to figure a few things out and I’m running into a roadblock that’s frustrating me pretty decent.
i have a ruggeduino and a 24v industrial I/o shield both from rugged circuits. I’ve read all the info available about this shield and I still just can’t figure out how to address the pins.
For example it has banks of digital inputs(B0-B9) and banks of digital outputs(P1-P8), how would I go about something like: int B1Pin = ?? .... pinMode(B1Pin, INPUT).... digitalRead(B1Pin) & digitalWrite(P3Pin)? Or something like that
Top Comments