Skip to main content

wonderbits by mfeducation.

Project description

python-sdk

豌豆拼api文档链接

主要服务于豌豆拼硬件产品

需要搭配豌豆拼硬件模块使用

Powered by MFEducation

  1. 包含各个模块的api

    • 显示模块
    • 控制模块
    • 彩灯模块
    • 射频通信模块
    • 等等
  2. sdk中包含串口通信功能

    • 插上硬件模块可以直接通信

简单示例

创建一个py文件 demo.py

# 导入需要的模块
from wonderbits import Display, Control, Led, wb_tool
import random

# 初始化模块
d1 = Display()
c1 = Control()
l1 = Led()

# 隐藏控制台输出(默认)
# wb_tool.hide_console()

# 开启控制台输出
# wb_tool.show_console()

# 显示模块显示内容
d1.print(2, 1, 'value:')

# 计数变量
count = 1

for i in range(10):
    # 获取控制模块开关sw4的值
    sw4 = c1.get_sw4()
    # 在显示屏上显示sw4的值
    d1.print(2, 7, sw4)
    # 设置彩灯rgb随机颜色
    l1.set_rgb(random.randint(0, 255), random.randint(0, 255), random.randint(0, 255))

    # 显示模块显示计数值 
    d1.print(1, 1, count)
    # 将计数变量 递增1
    count += 1

运行py文件

运行环境需要python -V 为3版本
运行
python demo.py

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

wonderbits-5.2.3.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wonderbits-5.2.3-py2.py3-none-any.whl (19.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file wonderbits-5.2.3.tar.gz.

File metadata

  • Download URL: wonderbits-5.2.3.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for wonderbits-5.2.3.tar.gz
Algorithm Hash digest
SHA256 fe2505574947383b8e7ad3cc59da846764ae519d7edd5474a980d62328e0903b
MD5 5b39590eaf05a94273e6920d6f98b5b7
BLAKE2b-256 e1427e9844e930dcf85c462ceef8c8b56d1a33ad4b017fa7903d314a128179e8

See more details on using hashes here.

File details

Details for the file wonderbits-5.2.3-py2.py3-none-any.whl.

File metadata

  • Download URL: wonderbits-5.2.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 19.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for wonderbits-5.2.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 52db1da3632295247ccb49ab6035a2f1186e819a73cda8231e83c54a203bd9f5
MD5 614cd5ff56e2679135cc060860259040
BLAKE2b-256 541c39dae3a72e59bbd7a80be39cc735ee2c1862c8f379d0672b18d1743cea2f

See more details on using hashes here.

Supported by

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