From 7006b28c8e68c93bf322f941992af1dac3ef4c32 Mon Sep 17 00:00:00 2001 From: Daniel Spindelbauer Date: Tue, 2 Oct 2018 11:30:26 +0000 Subject: [PATCH] GitBook: [master] one page modified --- firmwareapi/pycom/machine/pin.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmwareapi/pycom/machine/pin.md b/firmwareapi/pycom/machine/pin.md index 04bec46..b1dd63e 100644 --- a/firmwareapi/pycom/machine/pin.md +++ b/firmwareapi/pycom/machine/pin.md @@ -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`.