You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to do this nicely, but it seems kind of crazy that we currently have (at least) 5 different APIs for using the same timer system. It might be nice to have a simple JS API that allows timers to be queried/updated and added programatically, and then we ditch E.dumpTimers and Pin.writeAtTime which nobody really uses
The text was updated successfully, but these errors were encountered:
The internal timer system in Espruino is pretty powerful. Right now we have it exposed in a few different ways:
But there are some things it can do that we don't expose:
... and probably more.
I'm not sure how to do this nicely, but it seems kind of crazy that we currently have (at least) 5 different APIs for using the same timer system. It might be nice to have a simple JS API that allows timers to be queried/updated and added programatically, and then we ditch
E.dumpTimers
andPin.writeAtTime
which nobody really usesThe text was updated successfully, but these errors were encountered: