first save
This commit is contained in:
15
.venv/lib/python3.12/site-packages/_onewire.pyi
Normal file
15
.venv/lib/python3.12/site-packages/_onewire.pyi
Normal file
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
Module: '_onewire' on micropython-v1.26.0-rp2-RPI_PICO
|
||||
"""
|
||||
|
||||
# MCU: {'mpy': 'v6.3', 'build': '', 'ver': '1.26.0', 'arch': 'armv6m', 'version': '1.26.0', 'port': 'rp2', 'board': 'RPI_PICO', 'family': 'micropython', 'board_id': 'RPI_PICO', 'variant': '', 'cpu': 'RP2040'}
|
||||
# Stubber: v1.26.0
|
||||
from __future__ import annotations
|
||||
from _typeshed import Incomplete
|
||||
|
||||
def reset(*args, **kwargs) -> Incomplete: ...
|
||||
def writebyte(*args, **kwargs) -> Incomplete: ...
|
||||
def writebit(*args, **kwargs) -> Incomplete: ...
|
||||
def crc8(*args, **kwargs) -> Incomplete: ...
|
||||
def readbyte(*args, **kwargs) -> Incomplete: ...
|
||||
def readbit(*args, **kwargs) -> Incomplete: ...
|
||||
Reference in New Issue
Block a user