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");
});
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");
});
npm i bbai-cpufreq
1
1.0.6
ISC
1.1 kB
3