From 0ac07a1c6f1f28e51c5ede02c752e020a2534d6f Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sat, 12 Dec 2020 17:18:18 +0000 Subject: [PATCH] update neopixel info --- hardware/Arduino/package.json | 2 +- hardware/neopixel/neopixel.html | 8 ++++++-- hardware/neopixel/package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hardware/Arduino/package.json b/hardware/Arduino/package.json index b1c8e059..14a9d18f 100644 --- a/hardware/Arduino/package.json +++ b/hardware/Arduino/package.json @@ -3,7 +3,7 @@ "version" : "0.3.1", "description" : "A Node-RED node to talk to an Arduino running firmata", "dependencies" : { - "firmata" : "^2.0.0" + "firmata" : "^2.3.0" }, "repository" : { "type":"git", diff --git a/hardware/neopixel/neopixel.html b/hardware/neopixel/neopixel.html index ca28a4bd..0c0ba107 100644 --- a/hardware/neopixel/neopixel.html +++ b/hardware/neopixel/neopixel.html @@ -53,6 +53,8 @@ +
Note: pins 12 and 32 are on channel 0, and 33 and 35 are on channel 1. + You can only use one pin from each channel.
diff --git a/hardware/neopixel/package.json b/hardware/neopixel/package.json index 05d0fbf8..6a1e65eb 100644 --- a/hardware/neopixel/package.json +++ b/hardware/neopixel/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-pi-neopixel", - "version" : "0.1.0", + "version" : "0.1.1", "description" : "A Node-RED node to output to a neopixel (ws2812) string of LEDS from a Raspberry Pi.", "dependencies" : { },