diff options
| -rw-r--r-- | docs/library/machine.Pin.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/library/machine.Pin.rst b/docs/library/machine.Pin.rst index 49fb66beb..68070133b 100644 --- a/docs/library/machine.Pin.rst +++ b/docs/library/machine.Pin.rst @@ -238,6 +238,12 @@ The following methods are not part of the core Pin API and only implemented on c Availability: cc3200 port. +.. method:: Pin.toggle() + + Toggle output pin from "0" to "1" or vice-versa. + + Availability: mimxrt, samd, rp2 ports. + Constants --------- |
