Specify resistor value

This commit is contained in:
Michał Moskal 2017-04-11 17:26:50 +01:00 committed by GitHub
parent 70f2c58202
commit 0ff8b7e852

View File

@ -14,6 +14,8 @@ button press.
pins.setPull(DigitalPin.P9, PinPullMode.PullDown); pins.setPull(DigitalPin.P9, PinPullMode.PullDown);
``` ```
The pull-up and -down resistors are about 13kOhm.
### Parameters ### Parameters
* ``name``: The @boardname@ hardware pin to configure (``P0``-``P20``) * ``name``: The @boardname@ hardware pin to configure (``P0``-``P20``)