Skip to content

Commit 3496d9e

Browse files
committed
docs/machine.Pin: Remove out_value() method.
This method isn't implemented in any port. It seemed to have originated in cc3200 port, but actually never was implemented there either. In general case, it's impossible to implement this method (for example, for a perfect GPO, which has only output latch without any feedback look into a CPU).
1 parent ca16c38 commit 3496d9e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/library/machine.Pin.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ Methods
146146

147147
When setting the value this method returns ``None``.
148148

149-
.. method:: Pin.out_value()
150-
151-
Return the value stored in the output buffer of a pin, regardless of its mode.
152-
153-
Not all ports implement this method.
154-
155149
.. method:: Pin.__call__([x])
156150

157151
Pin objects are callable. The call method provides a (fast) shortcut to set

0 commit comments

Comments
 (0)