bbai-cputemp
v1.0.0
Published
Shows the CPU temperature for the new BeagleBone AI board
Downloads
3
Readme
Shows the CPU temperature for the new BeagleBone AI board
Usage:
var cpuTemp = require('bbai-cputemp');
cpuTemp.getCpuTemp(function(error, output, stderr) {
console.log(output + " �C");
});