docs/machine.Pin: Add on() and off() methods.

pull/3017/head
Paul Sokolovsky 2017-05-29 20:56:13 +03:00
rodzic 3496d9e4bd
commit d5b8825d5f
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -152,6 +152,14 @@ Methods
and get the value of the pin. It is equivalent to Pin.value([x]).
See :meth:`Pin.value` for more details.
.. method:: Pin.on()
Set pin to "1" output level.
.. method:: Pin.off()
Set pin to "0" output level.
.. method:: Pin.mode([mode])
Get or set the pin mode.