summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2025-01-22 18:03:52 +0100
committerDamien George <damien@micropython.org>2025-02-28 16:51:54 +1100
commit48925fd7932c9d27f7248bc3308a77c172702878 (patch)
treee4c99529cd470c6211e7fc4299045edc7e5fc082
parent22310ae27aea56377b31bdcc2d7c2ba712316c4f (diff)
docs/library/machine.Pin: Show availability of low, high and toggle.
Signed-off-by: robert-hh <robert@hammelrath.com>
-rw-r--r--docs/library/machine.Pin.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/machine.Pin.rst b/docs/library/machine.Pin.rst
index 68070133b..4aac0f4b9 100644
--- a/docs/library/machine.Pin.rst
+++ b/docs/library/machine.Pin.rst
@@ -209,13 +209,13 @@ The following methods are not part of the core Pin API and only implemented on c
Set pin to "0" output level.
- Availability: nrf, rp2, stm32 ports.
+ Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32 ports.
.. method:: Pin.high()
Set pin to "1" output level.
- Availability: nrf, rp2, stm32 ports.
+ Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32 ports.
.. method:: Pin.mode([mode])
@@ -242,7 +242,7 @@ The following methods are not part of the core Pin API and only implemented on c
Toggle output pin from "0" to "1" or vice-versa.
- Availability: mimxrt, samd, rp2 ports.
+ Availability: cc3200, esp32, esp8266, mimxrt, rp2, samd ports.
Constants
---------