-->
Page 1 of 1

V1.18: pi not working

PostPosted: Thu Nov 05, 2015 4:25 am
by matherp
the pi command always returns 0 even though the pwi command on the same pin correctly returns 0 or 1023 with the pin held high or low

Code: Select allmemclear
pi 0 mypin
pwi 0 mypwi
wprint htmlvar(mypin)
wprint <p>
wprint htmlvar(mypwi)
wprint <p>
button Exit [TestExit]
wait
[TestExit]
end

Re: V1.18: pi not working

PostPosted: Thu Nov 05, 2015 7:00 am
by Mmiscool
New build uploaded resolving this issue.