-
• #2
Just checked on my STM32F4Discovery and it works fine with this:
var t = require("DS18B20").connect(D8);
console.log(t.getTemp());
BTW, V1.41 is an old version, did you test actual version(V1.44) form nightly build ?
https://espruino-nightly.noda.se/regards Jürgen
-
• #3
Hi JumJum I can not try the latest version because it appears to be broken on HY 3.2" board, more details in separate thread http://forum.espruino.com/conversations/400/#comment4274
After upgrading to 1x43 I got the modules working fine so it was something to do with old version. Thanks for your help!
I'm getting error messages when I try to use modules via Web IDE:
It's the same for other modules as well. I'm using Espruino on HY-Mini board.