-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Feb 9, 2024
1 parent
1182106
commit dad3488
Showing
179 changed files
with
1,569 additions
and
5,719 deletions.
There are no files selected for viewing
28 changes: 0 additions & 28 deletions
28
stubs/micropython-v1_22_0-esp32-ESP32_GENERIC_S3/_asyncio.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 0 additions & 59 deletions
59
stubs/micropython-v1_22_0-esp32-ESP32_GENERIC_S3/_espnow.py
This file was deleted.
Oops, something went wrong.
18 changes: 12 additions & 6 deletions
18
stubs/micropython-v1_22_0-esp32-ESP32_GENERIC_S3/_espnow.pyi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
stubs/micropython-v1_22_0-esp32-ESP32_GENERIC_S3/_onewire.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
stubs/micropython-v1_22_0-esp32-ESP32_GENERIC_S3/_thread.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 0 additions & 63 deletions
63
stubs/micropython-v1_22_0-esp32-ESP32_GENERIC_S3/aioespnow.py
This file was deleted.
Oops, something went wrong.
30 changes: 20 additions & 10 deletions
30
stubs/micropython-v1_22_0-esp32-ESP32_GENERIC_S3/aioespnow.pyi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,33 @@ | ||
from _typeshed import Incomplete as Incomplete | ||
""" | ||
Module: 'aioespnow' on micropython-v1.22.0-esp32-ESP32_GENERIC_S3 | ||
""" | ||
# MCU: {'family': 'micropython', 'version': '1.22.0', 'build': '', 'ver': '1.22.0', 'port': 'esp32', 'board': 'ESP32_GENERIC_S3', 'cpu': 'ESP32S3', 'mpy': 'v6.2', 'arch': 'xtensawin'} | ||
# Stubber: v1.17.0 | ||
from __future__ import annotations | ||
from typing import Generator | ||
from _typeshed import Incomplete | ||
|
||
class AIOESPNow: | ||
_data: list = [] | ||
_none_tuple: tuple = () | ||
def peer_count(self, *args, **kwargs) -> Incomplete: ... | ||
def recv(self, *args, **kwargs) -> Incomplete: ... | ||
def mod_peer(self, *args, **kwargs) -> Incomplete: ... | ||
def get_peers(self, *args, **kwargs) -> Incomplete: ... | ||
def irecv(self, *args, **kwargs) -> Incomplete: ... | ||
def stats(self, *args, **kwargs) -> Incomplete: ... | ||
def recvinto(self, *args, **kwargs) -> Incomplete: ... | ||
def set_pmk(self, *args, **kwargs) -> Incomplete: ... | ||
def irecv(self, *args, **kwargs) -> Incomplete: ... | ||
def get_peer(self, *args, **kwargs) -> Incomplete: ... | ||
def active(self, *args, **kwargs) -> Incomplete: ... | ||
def send(self, *args, **kwargs) -> Incomplete: ... | ||
def any(self, *args, **kwargs) -> Incomplete: ... | ||
def del_peer(self, *args, **kwargs) -> Incomplete: ... | ||
def add_peer(self, *args, **kwargs) -> Incomplete: ... | ||
def active(self, *args, **kwargs) -> Incomplete: ... | ||
def send(self, *args, **kwargs) -> Incomplete: ... | ||
def config(self, *args, **kwargs) -> Incomplete: ... | ||
def get_peers(self, *args, **kwargs) -> Incomplete: ... | ||
def get_peer(self, *args, **kwargs) -> Incomplete: ... | ||
def del_peer(self, *args, **kwargs) -> Incomplete: ... | ||
def irq(self, *args, **kwargs) -> Incomplete: ... | ||
asend: Incomplete | ||
arecv: Incomplete | ||
airecv: Incomplete | ||
|
||
asend: Generator ## = <generator> | ||
arecv: Generator ## = <generator> | ||
airecv: Generator ## = <generator> | ||
def __init__(self, *argv, **kwargs) -> None: ... |
32 changes: 0 additions & 32 deletions
32
stubs/micropython-v1_22_0-esp32-ESP32_GENERIC_S3/apa106.py
This file was deleted.
Oops, something went wrong.
12 changes: 9 additions & 3 deletions
12
stubs/micropython-v1_22_0-esp32-ESP32_GENERIC_S3/apa106.pyi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
from _typeshed import Incomplete as Incomplete | ||
""" | ||
Module: 'apa106' on micropython-v1.22.0-esp32-ESP32_GENERIC_S3 | ||
""" | ||
# MCU: {'family': 'micropython', 'version': '1.22.0', 'build': '', 'ver': '1.22.0', 'port': 'esp32', 'board': 'ESP32_GENERIC_S3', 'cpu': 'ESP32S3', 'mpy': 'v6.2', 'arch': 'xtensawin'} | ||
# Stubber: v1.17.0 | ||
from __future__ import annotations | ||
from _typeshed import Incomplete | ||
|
||
class NeoPixel: | ||
ORDER: tuple | ||
ORDER: tuple = () | ||
def write(self, *args, **kwargs) -> Incomplete: ... | ||
def fill(self, *args, **kwargs) -> Incomplete: ... | ||
def __init__(self, *argv, **kwargs) -> None: ... | ||
|
||
class APA106: | ||
ORDER: tuple | ||
ORDER: tuple = () | ||
def write(self, *args, **kwargs) -> Incomplete: ... | ||
def fill(self, *args, **kwargs) -> Incomplete: ... | ||
def __init__(self, *argv, **kwargs) -> None: ... |
Oops, something went wrong.