Move Arduino nodes to use firmata nom

rather than arduino-firmata
This commit is contained in:
Dave Conway-Jones
2016-07-13 14:19:09 +01:00
parent 0b094cbfc7
commit 0bfeb13abc
4 changed files with 58 additions and 79 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-arduino",
"version" : "0.0.7",
"version" : "0.0.8",
"description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : {
"arduino-firmata" : "0.3.4"
"firmata" : "~0.13.0"
},
"repository" : {
"type":"git",