lavirott / nodeimu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodeimu

NPM Version Linux Build

Nodejs bindings for accessing IMU/pressure/humidity/temperature data using RTIMULib2. The addon uses nodejs/nan. It has been tested on Sense HAT and on GrovePi+ for Raspberry Pi.

Install

git clone https://github.com/rupnikj/nodeimu --recursive && cd nodeimu
npm install node-gyp -g
npm install

Test

node test.js
node testSync.js

About


Languages

Language:C++ 48.9%Language:JavaScript 30.3%Language:Python 20.8%