Closed FokkeZB closed 8 years ago
sensor.setTLOWER(configuration.tempLowerLimit); sensor.setTUPPER(configuration.tempUpperLimit); sensor.setTCRIT(55); // risk of battery failure above 55C attachPCINT(digitalPinToPCINT(TMP_ALERT), temperatureInterrupt, FALLING); sensor.configureAlert();