Add auto toString for various APIs (#1033)

This commit is contained in:
Guillaume Jenkins
2018-08-02 16:30:02 -04:00
committed by GitHub
parent 27024baa51
commit 2700a77cae
6 changed files with 15 additions and 8 deletions

View File

@ -30,7 +30,8 @@ declare namespace radio {
*/
//% help=radio/send-string
//% weight=58
//% blockId=radio_datagram_send_string block="radio send string %msg" shim=radio::sendString
//% blockId=radio_datagram_send_string block="radio send string %msg"
//% msg.shadowOptions.toString=true shim=radio::sendString
function sendString(msg: string): void;
/**