A node module to measure temperatures with a temperNTC usb thermometer from pcsensors.com.
- Mac OS or Linux (kernel 2.6+) or Windows XP+
- node.js v0.8
- libudev-dev (Linux only)
- git
thermometers=require(".."); var devices=thermometers.getDevices(); console.log("Devices found:"+devices); thermometers.readTemperature(devices[0], function(err, value) { console.log("Result:"+value); });- read internal thermometer
node-temperNTC is sponsored by http://kwiqly.com