I pressed/released the button, waited 60 seconds wall time, then pressed/released the button:
18209.36011569047
3.37781286905 // ignore this
18220.76388179761
11.38100977380
So 60 seconds wall time was approximately 11.4 seconds "computer" time, about a 5 1/4 times slowdown.
Any ideas?
BTW: I appreciate your code, and I get it; it helps me to see examples right now to absorb them. I'm just not sure I need more than the setWatch() you helped me set up to know that something is up.
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.
Edit: Multiple edits, I apologize if anyone read this post while I kept fixing it!
OK, first simple test...here is the code I used:
I pressed/released the button, waited 60 seconds wall time, then pressed/released the button:
So 60 seconds wall time was approximately 11.4 seconds "computer" time, about a 5 1/4 times slowdown.
Any ideas?
BTW: I appreciate your code, and I get it; it helps me to see examples right now to absorb them. I'm just not sure I need more than the setWatch() you helped me set up to know that something is up.