srne-mqtt/srnemqtt/interfaces/feasycom.py

11 lines
186 B
Python
Raw Permalink Normal View History

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