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

@ -8,7 +8,7 @@ Writes the data received by ``radio`` to serial in JSON format.
radio.writeValueToSerial();
```
### Data received format
## Data received format
The format for received data printed to serial is as follows:
@ -16,7 +16,7 @@ The format for received data printed to serial is as follows:
- [send value](/reference/radio/send-value): ```{v:ValueSent,t:MicrobitTimeAlive,s:SerialNumber,n:"Name"}```
- [send string](/reference/radio/send-string): ```{t:MicrobitTimeAlive,s:SerialNumber,n:"Text"}```
### Examples
## Examples
When ```radio``` data is received (after pressing the ``A`` button on
the second @boardname@), this program sends temperature data to
@ -36,7 +36,7 @@ Sample output to serial when ``A`` button pressed:
{v:27,t:323,s:0}
```
### See also
## See also
[send number](/reference/radio/send-number),
[send value](/reference/radio/send-value),