Socket
Socket
Sign inDemoInstall

accel-mma84

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accel-mma84 - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

6

examples/show-axes.js

@@ -15,5 +15,5 @@ // Any copyright is dedicated to the Public Domain.

// Define vars
var led1 = tessel.led[1].output();
var led2 = tessel.led[2].output();
var led3 = tessel.led[3].output();
var led1 = tessel.led[0].output();
var led2 = tessel.led[1].output();
var led3 = tessel.led[2].output();

@@ -20,0 +20,0 @@ var textOut = '';

@@ -84,3 +84,3 @@ // Copyright 2014 Technical Machine, Inc. See the COPYRIGHT

// Set up an interrupt handler for data ready
self.dataInterrupt.watch('low', self._dataReady.bind(self));
self.dataInterrupt.once('low', self._dataReady.bind(self));
});

@@ -149,3 +149,3 @@ });

self.dataInterrupt.watch('low', self._dataReady.bind(self));
self.dataInterrupt.once('low', self._dataReady.bind(self));
});

@@ -152,0 +152,0 @@ };

{
"name": "accel-mma84",
"version": "0.2.2",
"version": "0.2.3",
"description": "Library to run the MMA8452Q accelerometer.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc