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" : { },