8000 docs/library/machine.Pin: Show availability of low, high and toggle. · sparkfun/micropython@48925fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 48925fd

Browse files
robert-hhdpgeorge
authored andcommitted
docs/library/machine.Pin: Show availability of low, high and toggle.
Signed-off-by: robert-hh <robert@hammelrath.com>
1 parent 22310ae commit 48925fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/library/machine.Pin.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ The following methods are not part of the core Pin API and only implemented on c
209209

210210
Set pin to "0" output level.
211211

212-
Availability: nrf, rp2, stm32 ports.
212+
Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32 ports.
213213

214214
.. method:: Pin.high()
215215

216216
Set pin to "1" output level.
217217

218-
Availability: nrf, rp2, stm32 ports.
218+
Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32 ports.
219219

220220
.. method:: Pin.mode([mode])
221221

@@ -242,7 +242,7 @@ The following methods are not part of the core Pin API and only implemented on c
242242

243243
Toggle output pin from "0" to "1" or vice-versa.
244244

245-
Availability: mimxrt, samd, rp2 ports.
245+
Availability: cc3200, esp32, esp8266, mimxrt, rp2, samd ports.
246246

247247
Constants
248248
---------

0 commit comments

Comments
 (0)
0