Not sure if I understand you correctly. The code is in String module and get loaded during runtime. with analogRead = require(name);
module
analogRead = require(name);
@MaBe 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.
Not sure if I understand you correctly. The code is in String
module
and get loaded during runtime.with
analogRead = require(name);