Skip to content

Commit

Permalink
Update docstubs stubs for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Feb 28, 2025
1 parent 3b42bf4 commit 7a85cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions stubs/micropython-v1_25_0_preview-docstubs/machine/Pin.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -344,15 +344,15 @@ class Pin:
"""
Set pin to "0" output level.
Availability: nrf, rp2, stm32 ports.
Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32 ports.
"""
...

def high(self) -> None:
"""
Set pin to "1" output level.
Availability: nrf, rp2, stm32 ports.
Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32 ports.
"""
...

Expand Down Expand Up @@ -415,6 +415,6 @@ class Pin:
"""
Toggle output pin from "0" to "1" or vice-versa.
Availability: mimxrt, samd, rp2 ports.
Availability: cc3200, esp32, esp8266, mimxrt, rp2, samd ports.
"""
...
2 changes: 1 addition & 1 deletion stubs/micropython-v1_25_0_preview-docstubs/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_25_0_preview",
"nodename": "micropython",
"version": "v1.25.0-preview",
"release": "v1.25.0-preview-318-g14ba32bb2",
"release": "v1.25.0-preview-336-g69ffd2aaf",
"sysname": "micropython"
},
"stubber": {
Expand Down

0 comments on commit 7a85cdf

Please # to comment.