first save
This commit is contained in:
16
.venv/lib/python3.12/site-packages/ds18x20.pyi
Normal file
16
.venv/lib/python3.12/site-packages/ds18x20.pyi
Normal file
@@ -0,0 +1,16 @@
|
||||
from _typeshed import Incomplete
|
||||
from micropython import const as const
|
||||
|
||||
_CONVERT: int
|
||||
_RD_SCRATCH: int
|
||||
_WR_SCRATCH: int
|
||||
|
||||
class DS18X20:
|
||||
ow: Incomplete
|
||||
buf: Incomplete
|
||||
def __init__(self, onewire) -> None: ...
|
||||
def scan(self): ...
|
||||
def convert_temp(self) -> None: ...
|
||||
def read_scratch(self, rom): ...
|
||||
def write_scratch(self, rom, buf) -> None: ...
|
||||
def read_temp(self, rom): ...
|
||||
Reference in New Issue
Block a user