pxt-microbit Accessibility PR (#529)

* Accessibility changes
This commit is contained in:
Sam El-Husseini
2017-09-07 13:42:08 -07:00
committed by GitHub
parent 3f87576a50
commit e3975e65e5
357 changed files with 1641 additions and 3540 deletions

View File

@ -14,15 +14,15 @@ to talk to each other because they will have the same group ID.
radio.setGroup(0);
```
### Parameters
## Parameters
* ``id`` is a [number](/types/number) from ``0`` to ``255``.
### Simulator
## Simulator
This function only works on the @boardname@, not in browsers.
### Example
## Example
This program makes the group ID equal 128.
@ -30,7 +30,7 @@ This program makes the group ID equal 128.
radio.setGroup(128)
```
### See also
## See also
[on data packet received](/reference/radio/on-data-packet-received),
[send number](/reference/radio/send-number),