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

@ -32,9 +32,9 @@ input.onGesture(Gesture.Shake, () => {
* click run to see if the code works as expected.
### ~avatar avatar
## ~avatar avatar
Excellent, you're ready to continue with the [challenges](/lessons/temperature/challenges)!
### ~
## ~

View File

@ -13,7 +13,7 @@ input.onGesture(Gesture.Shake, () => {
})
```
### Challenge 1
## Challenge 1
Let's add the code to display the text `C IS THE TEMP` with a `show string` block. Modify the `show string` block to slowly display the text by an interval of `300`.
@ -27,7 +27,7 @@ input.onGesture(Gesture.Shake, () => {
* Run the code to see if it works as expected.
### Challenge 2
## Challenge 2
Let's add code to display the temperature gauge image with a `show LEDs` block.