Skip to content
Snippets Groups Projects
Commit 3496d9e4 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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).
parent ca16c382
No related branches found
No related tags found
No related merge requests found
......@@ -146,12 +146,6 @@ Methods
When setting the value this method returns ``None``.
.. method:: Pin.out_value()
Return the value stored in the output buffer of a pin, regardless of its mode.
Not all ports implement this method.
.. method:: Pin.__call__([x])
Pin objects are callable. The call method provides a (fast) shortcut to set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment