We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06d083 commit c19f07bCopy full SHA for c19f07b
1 file changed
docs/library/machine.Pin.rst
@@ -158,15 +158,6 @@ Methods
158
and get the value of the pin. It is equivalent to Pin.value([x]).
159
See :meth:`Pin.value` for more details.
160
161
-.. method:: Pin.toggle()
162
-
163
- Toggle the output value of the pin. Equivalent to ``pin.value(not pin.out_value())``.
164
- Returns ``None``.
165
166
- Not all ports implement this method.
167
168
- Availability: WiPy.
169
170
.. method:: Pin.id()
171
172
Get the pin identifier. This may return the ``id`` as specified in the
0 commit comments