@trbll/nodeimu
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

nodeimu

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.

Note

This is a fork of rupnikj/nodeimu that updates dependencies for at least Node v12. The most recent version of the https://github.com/RTIMULib/RTIMULib2 repository is included in this repo for convenience (as of 2/18/2020).

Install

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

Test

node test.js
node testSync.js

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @trbll/nodeimu

    Weekly Downloads

    2

    Version

    1.0.2

    License

    BSD-2-Clause-FreeBSD

    Unpacked Size

    2.51 MB

    Total Files

    315

    Last publish

    Collaborators

    • trbll