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

@ -7,11 +7,11 @@ Replaces the implementation of the [music play tone](/reference/music/play-tone)
music.setPlayTone((frequency: number, duration: number) => {})
```
### Parameters
## Parameters
* ``f`` the replacement function
### Example
## Example
This example send the frequency and duration over radio
and plays it on the remote @boardname@.
@ -32,7 +32,7 @@ input.onButtonPressed(Button.B, () => {
})
})
```
### See also
## See also
[rest](/reference/music/rest), [ring tone](/reference/music/ring-tone) , [tempo](/reference/music/tempo), [set tempo](/reference/music/set-tempo),
[change tempo by](/reference/music/change-tempo-by)