2023-01-10 02:09:56 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
2023-04-07 21:57:37 +00:00
|
|
|
from ..lib.feasycom_ble import BTLEUart
|
|
|
|
from . import BaseInterface
|
2023-01-10 02:09:56 +00:00
|
|
|
|
|
|
|
|
2023-04-07 21:57:37 +00:00
|
|
|
class FeasycomInterface(BTLEUart, BaseInterface):
|
2023-01-10 02:09:56 +00:00
|
|
|
pass
|
2023-04-07 21:57:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
# BTLEUart(mac=MAC, timeout=5)
|