Great! I did an example with a simple relay and really nasty control system. I'd love to see something similar with PWM and temperature sensing :)
As far as the rollover, getTime() returns a double (which realistically will never roll over), and internally it's calculated from the RTC, which will only roll over after 136 years of continuous use - so I'm not sure it's such a big deal.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Great! I did an example with a simple relay and really nasty control system. I'd love to see something similar with PWM and temperature sensing :)
As far as the rollover, getTime() returns a double (which realistically will never roll over), and internally it's calculated from the RTC, which will only roll over after 136 years of continuous use - so I'm not sure it's such a big deal.