more serial infos

This commit is contained in:
Peli de Halleux
2016-04-26 10:29:05 -07:00
parent 67f2fdcfec
commit 10d44b97cc
3 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace serial {
/**
* Sends a piece of text through Serial connection.
*/
//%
//% blockId=serial_writestring block="serial write %text"
void writeString(StringData *text) {
uBit.serial.send(ManagedString(text));
}