Finishing fixing parameters
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user