add comments from pxt-microbit

This commit is contained in:
Matthias L. Jugel
2017-02-13 11:44:00 +01:00
parent 7f710c7d78
commit db79634446
2 changed files with 6 additions and 5 deletions

View File

@ -751,9 +751,9 @@ declare namespace serial {
/**
* Dynamically configuring the serial instance to use pins other than USBTX and USBRX.
* @param tx the new transmission pins
* @param rx the new reception pin
* @param baud the new baud rate. eg: 115200
* @param tx the new transmission pins, eg: SerialPin.P0
* @param rx the new reception pin, eg: SerialPin.P1
* @param rate the new baud rate. eg: 115200
*/
//% weight=10
//% help=serial/redirect-to