You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Actually it turns out it's a simple thing to add - I had to rush out a 1v69 release because of a serious regression, so I stuck it in.

    var ow = new OneWire(A1);
    var sensor = require("DS18B20").connect(ow);
    sensor.setAlarm(20,30)
    // then: sensor.searchAlarm() will return a list of sensor addresses that have the alarm set
    
About

Avatar for Gordon @Gordon started