so I am trying to figure out why this is not working, but I am running out of ideas. I have a few pins that must be set as input and must have pull up on them. Here is how I did it, but it doesnt work:
for (i = 0; i < inc; i++) { pinMode(inpin , INPUT); digitalWrite(inpin , INPUT ...