bum pxt 5.9.1 (#1951)

This commit is contained in:
Peli de Halleux
2019-04-03 16:01:04 -07:00
committed by GitHub
parent 3838970b1b
commit 8183b6a4fd
5 changed files with 10 additions and 6 deletions

View File

@ -30,7 +30,7 @@
"radio.sendString": "Broadcasts a string along with the device serial number\nand running time to any connected micro:bit in the group.",
"radio.sendValue": "Broadcasts a name / value pair along with the device serial number\nand running time to any connected micro:bit in the group.",
"radio.sendValue|param|name": "the field name (max 12 characters), eg: \"name\"",
"radio.sendValue|param|value": "the numberic value",
"radio.sendValue|param|value": "the numeric value",
"radio.setGroup": "Sets the group id for radio communications. A micro:bit can only listen to one group ID at any time.",
"radio.setGroup|param|id": "the group id between ``0`` and ``255``, eg: 1",
"radio.setTransmitPower": "Change the output power level of the transmitter to the given value.",

View File

@ -27,7 +27,7 @@ declare namespace radio {
* Broadcasts a name / value pair along with the device serial number
* and running time to any connected micro:bit in the group.
* @param name the field name (max 12 characters), eg: "name"
* @param value the numberic value
* @param value the numeric value
*/
//% help=radio/send-value
//% weight=59