Skip to main content

A Third-party DGLAB Python Driver

Project description

DGLAB-python-driver

PyPI - Python Version GitHub Release PyPI - Version GitHub last commit CodeFactor PyPI - License

PyDGLAB - A Third-party DGLAB Python Driver

一个第三方的郊狼驱动器。

特性

  • 采用蓝牙直接连接郊狼设备
  • 采用asyncio实现
  • 易上手,相比于去看官方文档那真是简简又单单啊

开始之前

⚠️ CAUTION

本模块的使用可能伴随着人身安全风险,请确保您在使用前知道自己在做什么。作者对使用本模块造成的一切损失概不负责。

The use of this module may be accompanied by personal safety risks, please make sure you know what you're doing before using it. The author is not responsible for any losses caused by the use of this module.

快速上手

注意:郊狼2.0与3.0的使用方式并不相同!!!

安装

pip install pydglab

实例化并开启连接

对于郊狼2.0

import asyncio
import pydglab
from pydglab import model_v2

async def _():
    dglab_instance = pydglab.dglab()
    await dglab_instance.create()
    # Do whatever u want here

asyncio.run(_())

对于郊狼3.0

import asyncio
import pydglab
from pydglab import model_v3

async def _():
    dglab_instance = pydglab.dglab_v3()
    await dglab_instance.create()
    # Do whatever u want here

asyncio.run(_())

文档

请查阅demo_v2.py或demo_v3.py(取决于你所连接的设备是郊狼2.0还是3.0)来获取更多信息。

由于作者懒得写独立的文档了,因此关于模块的调用问题,请查阅内嵌的文档字符串(DocStrings)。

目前已支持郊狼2.0与3.0!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydglab-1.0.0.tar.gz (21.1 kB view hashes)

Uploaded Source

Built Distribution

pydglab-1.0.0-py3-none-any.whl (23.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page