I think it's just setting a watch, so if you figure out the watch number, you can clear it with clearWatch().
Unfortunately, as you can see in the module code, they don't keep record of the watches - that would be easy enough to change though http://www.espruino.com/modules/ADS7843.js
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.
I think it's just setting a watch, so if you figure out the watch number, you can clear it with clearWatch().
Unfortunately, as you can see in the module code, they don't keep record of the watches - that would be easy enough to change though http://www.espruino.com/modules/ADS7843.js