General area when it fits no where else

Moderator: Mmiscool

User avatar
By heckler
#66024 @ Electroguard,

Thanks for the feedback... But I have tested both "3" and "rx" and they both work. There must be some refrence table in espBASIC that equates "rx" with "3". Mike is the one that suggested the use of rx/tx as the pin refrence.
works...
Code: Select allbtn = io(pi,rx)

works...
Code: Select allbtn = io(pi,3)


@ nedudgi
I havent tried the interrupt 'after' the "btn = io(pi,rx)" statement yet, but I will and report back my results.

thanks all
dwight