1.0.2 • Published 8 years ago

rpi-model v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

#rpi-model

##Description

Module for checking if your NodeJS program runs on a Raspberry PI

##Installation

$ npm install rpi-model

##Usage

var rpi_model = require('rpi-model');
rpi_model(function(status,model,revision){
    // status - true if the hardware is a Raspberry Pi, false otherwise
    // model - model of the Raspberry Pi
    // revision - hardware revision code of the board 
})