Hi,
How do I detect two simultaneous button presses? I've tried putting a setWatch() inside another setWatch(), but the inner watch still activates even when I don't trigger the outer one. Any tips?
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.
Hi,
How do I detect two simultaneous button presses? I've tried putting a setWatch() inside another setWatch(), but the inner watch still activates even when I don't trigger the outer one. Any tips?
Thanks!