Oh, I hadn't thought of that. So debounce:0.1 is supported? I certainly need less than 1ms of debounce. I always forget that in Espruino, we can usually pass decimal values to things and have it work.
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.
Oh, I hadn't thought of that. So debounce:0.1 is supported? I certainly need less than 1ms of debounce. I always forget that in Espruino, we can usually pass decimal values to things and have it work.
I'll try that.