Micropython project base

This commit is contained in:
Ádám Kovács
2023-11-10 15:09:19 +01:00
parent 25215733a6
commit 8aa7fb473b
171 changed files with 23640 additions and 0 deletions

10
.vscode/Pico-W-Stub/webrepl_setup.pyi vendored Normal file
View File

@@ -0,0 +1,10 @@
RC: str
CONFIG: str
def input_choice(prompt, choices): ...
def getpass(prompt): ...
def input_pass(): ...
def exists(fname): ...
def get_daemon_status(): ...
def change_daemon(action) -> None: ...
def main() -> None: ...