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,7 +14,7 @@ calling this function.
pins.map(0, 0, 4, 0, 1023);
```
### Parameters
## Parameters
* ``value``: a [number](/types/number) that specifies the value to map
* ``fromLow``: a [number](/types/number) that specifies the lower bound of the origin interval
@ -33,7 +33,7 @@ let index = pins.map(value1, 0, 1023, 0, 4)
led.plot(0, index)
```
### See also
## See also
[analog read pin](/reference/pins/analog-read-pin)