PBASIC2.5 Question
breontom
Posts: 4
I want to read Pins 0-7 successively in a FOR/NEXT loop, like:
IF IN(i) <>1 THEN . . . . .
I've tried using the PIN directive but have been unsuccessful.
Is there a way to do this?
IF IN(i) <>1 THEN . . . . .
I've tried using the PIN directive but have been unsuccessful.
Is there a way to do this?
Comments