MicroPython stuff

This commit is contained in:
Ádám Kovács
2023-11-07 14:00:27 +01:00
parent 56146a6307
commit 36638e2dd1
170 changed files with 23479 additions and 0 deletions

42
.vscode/Pico-W-Stub/_rp2.pyi vendored Normal file
View File

@@ -0,0 +1,42 @@
from _typeshed import Incomplete as Incomplete
def country(*args, **kwargs) -> Incomplete: ...
def bootsel_button(*args, **kwargs) -> Incomplete: ...
class Flash:
def readblocks(self, *args, **kwargs) -> Incomplete: ...
def writeblocks(self, *args, **kwargs) -> Incomplete: ...
def ioctl(self, *args, **kwargs) -> Incomplete: ...
def __init__(self, *argv, **kwargs) -> None: ...
class PIO:
JOIN_TX: int
JOIN_NONE: int
JOIN_RX: int
SHIFT_LEFT: int
OUT_HIGH: int
OUT_LOW: int
SHIFT_RIGHT: int
IN_LOW: int
IRQ_SM3: int
IN_HIGH: int
IRQ_SM2: int
IRQ_SM0: int
IRQ_SM1: int
def state_machine(self, *args, **kwargs) -> Incomplete: ...
def remove_program(self, *args, **kwargs) -> Incomplete: ...
def irq(self, *args, **kwargs) -> Incomplete: ...
def add_program(self, *args, **kwargs) -> Incomplete: ...
def __init__(self, *argv, **kwargs) -> None: ...
class StateMachine:
def irq(self, *args, **kwargs) -> Incomplete: ...
def put(self, *args, **kwargs) -> Incomplete: ...
def restart(self, *args, **kwargs) -> Incomplete: ...
def rx_fifo(self, *args, **kwargs) -> Incomplete: ...
def tx_fifo(self, *args, **kwargs) -> Incomplete: ...
def init(self, *args, **kwargs) -> Incomplete: ...
def exec(self, *args, **kwargs) -> Incomplete: ...
def get(self, *args, **kwargs) -> Incomplete: ...
def active(self, *args, **kwargs) -> Incomplete: ...
def __init__(self, *argv, **kwargs) -> None: ...