You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • 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

About

Avatar for JumJum @JumJum started