Report Bugs Here

Moderator: Mmiscool

User avatar
By matherp
#33105 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