Finishing fixing parameters

This commit is contained in:
Ron Hale-Evans
2016-07-18 15:51:28 -07:00
parent ad6ef04b1f
commit 534e3723d2
10 changed files with 20 additions and 20 deletions

View File

@ -16,8 +16,8 @@ pins.setPull(DigitalPin.P9, PinPullMode.PullDown);
### Parameters
* ``pin``: The micro:bit hardware pin to configure (``P0``-``P20``)
* ``to``: The pull to which to set the pin (**down**, **up**, or **none**)
* ``name``: The micro:bit hardware pin to configure (``P0``-``P20``)
* ``pull``: The pull to which to set the pin (**down**, **up**, or **none**)
### Example