add initial toString block (#1958)
This commit is contained in:
committed by
Peli de Halleux
parent
b611909d99
commit
aa51b7e014
@ -549,5 +549,7 @@
|
||||
"serial.writeString": "Send a piece of text through the serial connection.",
|
||||
"serial.writeValue": "Write a name:value pair as a line to the serial port.",
|
||||
"serial.writeValue|param|name": "name of the value stream, eg: x",
|
||||
"serial.writeValue|param|value": "to write"
|
||||
"serial.writeValue|param|value": "to write",
|
||||
"toString": "Convert any value to a string",
|
||||
"toString|param|value": "value to be converted to a string"
|
||||
}
|
@ -371,6 +371,7 @@
|
||||
"serial.writeString|block": "serial|write string %text",
|
||||
"serial.writeValue|block": "serial|write value %name|= %value",
|
||||
"serial|block": "serial",
|
||||
"toString|block": "convert $value=variables_get(myValue) to string",
|
||||
"{id:category}AnalogInPin": "AnalogInPin",
|
||||
"{id:category}AnalogOutPin": "AnalogOutPin",
|
||||
"{id:category}Array": "Array",
|
||||
|
Reference in New Issue
Block a user