You are reading a single comment by @tve and its replies. Click here to read the full conversation.
  • Question about timers: the hardware timer on the esp8266 cannot do intervals under 100us nor over 8388607 microseconds. I was naively going to use a busy-wait delay for stuff under 100us but that could cause recursive calling of jstUtilTimerInterruptHandler which is "not good". Suggestions? For example, should jshUtilTimerReschedule return false if it can't do the interval?
    I have a similar question at the long end. Do I need to handle very long intervals or is there a max that Espruino will ask for?

About

Avatar for tve @tve started