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,16 +14,16 @@ it needs to run **receive number** first.
radio.receivedSignalStrength();
```
### Returns
## Returns
* a [number](/types/number) between `-128` and `-42` that means
how strong the signal is.
### Simulator
## Simulator
This function only works on the @boardname@, not in browsers.
### Example
## Example
This example shows how strong the radio signal of the
[light level sender example](/reference/radio/send-number) is.
@ -37,7 +37,7 @@ basic.forever(() => {
});
```
### See also
## See also
[on data packet received](/reference/radio/on-data-packet-received), [send number](/reference/radio/send-number), [on data received](/reference/radio/on-data-received)