Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#40211 Just uploaded a new build that makes it possible to check the last polled value of a pin or the last status you set it to.

print io(laststat,pin)

This will return the last polled status of a pin such as an interrupt and retain the value until it has changed again in another polling event. Also it will allow you to see the last value sent to a pin for servo, pwm or po.
User avatar
By forlotto
#40320 lol !

I asked for that feature some time ago funny thing is now it is available and I no longer need it the code handles it best I believe hrmmm but who knows maybe I could do better with this feature added hrmmmm maybe if I stored the value in an htmlvar errrr.... maybe not IDK I kind of like what I have going already but I could see reason for future use on this one.

I wonder if html allows you to submit info and refresh a page with one click of a button I would think so guess I never really had the need to anyways I'm sure this could be VERY USEFUL.

Especially when talking about having one pin triggering another pin .