Native addon for accessing IMU/pressure/humidity/temperature sensors using RTIMULib2
npm install @trbll/nodeimunodeimu
=========
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.
git clone https://github.com/trbll/nodeimu --recursive && cd nodeimu
npm install node-gyp -g
npm install
`
Test
`
node test.js
node testSync.js
``