accel-mma84
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -100,3 +100,3 @@ var util = require('util'); | ||
{ | ||
this.i2c.transfer([addressToRead], bytesToRead, next); | ||
this.i2c.transfer(new Buffer([addressToRead]), bytesToRead, next); | ||
} | ||
@@ -114,3 +114,3 @@ | ||
{ | ||
this.i2c.send([addressToWrite, dataToWrite], next); | ||
this.i2c.send(new Buffer([addressToWrite, dataToWrite]), next); | ||
} | ||
@@ -117,0 +117,0 @@ |
{ | ||
"name": "accel-mma84", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Library to run the MMA8452Q accelerometer.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9610