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

@@ -13,7 +13,7 @@
"connect": "connecting to __device__",
"connected": "connected to __device__",
"version": "version: __version__",
"portclosed": "port closed"
"portclosed": "Arduino serial port closed"
},
"state": {
"in": {
@@ -34,6 +34,7 @@
},
"errors": {
"portnotconf": "port not configured",
"portnotfound": "port not found : __device__",
"devnotfound": "device __dev__ not found. Trying to find board."
}
}