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

@ -528,7 +528,7 @@ declare namespace serial {
/**
* Sends a piece of text through Serial connection.
*/
//% shim=serial::writeString
//% blockId=serial_writestring block="serial write %text" shim=serial::writeString
function writeString(text: string): void;
}