We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3b903 commit a0c296fCopy full SHA for a0c296f
1 file changed
docs/library/machine.Pin.rst
@@ -130,7 +130,7 @@ Methods
130
anything that converts to a boolean. If it converts to ``True``, the pin
131
is set high, otherwise it is set low.
132
133
-.. method:: pin([value])
+.. method:: Pin.__call__([value])
134
135
Pin objects are callable. The call method provides a (fast) shortcut to set and get the value of the pin.
136
See :func:`Pin.value` for more details.
0 commit comments