GitBook: [master] one page modified

This commit is contained in:
Daniel Spindelbauer
2018-10-02 11:30:26 +00:00
committed by gitbook-bot
parent ac8fed2012
commit 7006b28c8e

View File

@@ -44,6 +44,8 @@ Initialise the pin:
* `None` - no pull up or down resistor.
* `Pin.PULL_UP` - pull up resistor enabled.
* `Pin.PULL_DOWN` - pull down resistor enabled.
* `*`
* Pin value: `0` or `1`
* `alt` is the id of the alternate function.
Returns: `None`.