Refactor
This commit is contained in:
parent
59fc5e4fa9
commit
82ee08a1d7
9 changed files with 374 additions and 374 deletions
|
@ -4,7 +4,7 @@ from typing import Iterable, List
|
|||
|
||||
from table_drawing import table
|
||||
|
||||
from srnemqtt import parse_packet
|
||||
from srnemqtt.protocol import parse_packet
|
||||
|
||||
|
||||
def memory_table(
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from srnemqtt import MAC, construct_request, write
|
||||
from srnemqtt.feasycom_ble import BTLEUart
|
||||
from srnemqtt.constants import MAC
|
||||
from srnemqtt.lib.feasycom_ble import BTLEUart
|
||||
from srnemqtt.protocol import construct_request, write
|
||||
|
||||
with BTLEUart(MAC, timeout=1) as x:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue