diff options
| author | Daniel Campora <daniel@wipy.io> | 2015-09-04 14:36:52 +0200 |
|---|---|---|
| committer | Daniel Campora <daniel@wipy.io> | 2015-09-10 07:59:41 +0200 |
| commit | 36821d095a2657ab370a8f413f471f4c9ad9a8b5 (patch) | |
| tree | 59ca23ec96e63dd46d486e7e7289733ab2b55a27 /docs/library | |
| parent | d5e256486eafab543c3e24850fe87136c2f0575d (diff) | |
cc3200: Add alternate functions list to Pin object.
Also remove pin.high() and pin.low() methods.
Diffstat (limited to 'docs/library')
| -rw-r--r-- | docs/library/pyb.Pin.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/library/pyb.Pin.rst b/docs/library/pyb.Pin.rst index 1676f23d9..bfe8ab8ce 100644 --- a/docs/library/pyb.Pin.rst +++ b/docs/library/pyb.Pin.rst @@ -185,14 +185,6 @@ Methods Get the pin id. -.. method:: pin.high() - - Set the pin to a high logic level. - -.. method:: pin.low() - - Set the pin to a low logic level. - .. method:: pin.value([value]) Get or set the digital logic level of the pin: |
