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

docs/machine.Pin: Disambiguate object call method.

parent 1d3b903e
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ Methods
anything that converts to a boolean. If it converts to ``True``, the pin
is set high, otherwise it is set low.
.. method:: pin([value])
.. method:: Pin.__call__([value])
Pin objects are callable. The call method provides a (fast) shortcut to set and get the value of the pin.
See :func:`Pin.value` for more details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment