Socket
Socket
Sign inDemoInstall

node-red-contrib-anolog-to-digital-converter-raspberry-pi

Package Overview
Dependencies
25
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.21 to 0.4.22

6

ads1x15.js

@@ -78,3 +78,3 @@

//sleep to drop any extra requests made on this chip,i2c_address, and channel
await sleep(1);
await sleep(100);

@@ -100,3 +100,3 @@ //check to see if ads is busy with another job from another node/tree and wait for job to finish before sending this nodes work

//sleep to drop any extra requests made to the ads
await sleep(1);
await sleep(100);

@@ -203,3 +203,3 @@

globalContext.set("node_red_contrib_anolog_to_digital_converter_raspberry_pi_"+this.chip+this.i2c_address+this.channel, false);
await sleep(1);
await sleep(100);
if (done) {

@@ -206,0 +206,0 @@ done();

{
"name": "node-red-contrib-anolog-to-digital-converter-raspberry-pi",
"version": "0.4.21",
"version": "0.4.22",
"description": "A node-red node providing access to a ADS1x15 I2C analog to digital converter using a raspberry pi",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -183,4 +183,6 @@ node-red-contrib-anolog-to-digital-converter-raspberry-pi

<br>
version 0.4.21
<br>
<br>
version 0.4.22
<br>
Fixed Samples Per second issue. Users unable to set and keep value wanted.

@@ -187,0 +189,0 @@ <br>

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc