Or something like this
var timer function callWhenBytesReceived() { if (timer) {clearTimeout(timer); timer=0;} timer=setTimeout("onDisconnect()",3000) }
@DrAzzy started
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.
Or something like this