V1.18: pi not working
Posted: Thu Nov 05, 2015 4:25 am
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 all
memclear
pi 0 mypin
pwi 0 mypwi
wprint htmlvar(mypin)
wprint <p>
wprint htmlvar(mypwi)
wprint <p>
button Exit [TestExit]
wait
[TestExit]
end