bbai-cpufreq
v1.0.6
Published
Shows the CPU working frequency for the new BeagleBone AI board
Downloads
6
Readme
Shows the CPU working frequency for the new BeagleBone AI board
Usage:
var cpuFreq = require('bbai-cpufreq');
cpuFreq.getCpuFreq(function(error, output, stderr) {
console.log(output + " MHz");
});