I am trying to access accelerometer with Espruino, but when I import module Ruuvitag:
var Ruuvitag = require("Ruuvitag");
this error occurs:
Uncaught ReferenceError: "dModules" is not defined at line 1 col 10 1dModules.addCached("LIS2DH12","function f(c,a,d){this.r=c;t...
Ruuvitag is flashed to the latest firmware, V1.99. I tried with different tags, same problem.
@miha 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.
I am trying to access accelerometer with Espruino, but when I import module Ruuvitag:
this error occurs:
Ruuvitag is flashed to the latest firmware, V1.99.
I tried with different tags, same problem.