I have a 12F683 and I was curious on how you would assign, let's say "x = pins 3,4,5".
Thanks
Printable View
I have a 12F683 and I was curious on how you would assign, let's say "x = pins 3,4,5".
Thanks
I.e.
X.0 = GPIO.0
X.1 = GPIO.1
X.2 = GPIO.2
.
.
.
And so on ...
Alain
PS : small head ... mmmmmhhhh !!!
Ignore last port... I needed to define variables.. x = byte, ect. I assumed PBP did this automatically. Good ole' assumptions...