Added support for sending and receiving strings

This commit is contained in:
Juan Pablo Manson
2016-03-02 10:44:33 -03:00
parent ea9356a3cc
commit 57445cdfd0
3 changed files with 29 additions and 5 deletions

View File

@@ -18,12 +18,14 @@
"state": {
"in": {
"digital": "Digital pin",
"analogue": "Analogue pin"
"analogue": "Analogue pin",
"string": "String"
},
"out": {
"digital": "Digital (0/1)",
"analogue": "Analogue (0-255)",
"servo": "Servo (0-180)"
"servo": "Servo (0-180)",
"string": "String"
}
},
"tip": {
@@ -35,4 +37,4 @@
"devnotfound": "device __dev__ not found. Trying to find board."
}
}
}
}