文件名称:Adafruit_CircuitPython_MotorKit:用于DC和步进电机FeatherWing,Shield和Pi Hat套件的CircuitPython帮助程序库
文件大小:3.87MB
文件格式:ZIP
更新时间:2024-05-24 12:41:38
Python
介绍 用于DC和步进电机FeatherWing,Shield和Pi Hat套件的CircuitPython帮助程序库。 依存关系 该驱动程序取决于: 请确保在CircuitPython文件系统上所有依赖项均可用。 通过下载可以轻松实现这一点。 从PyPI安装 在Raspberry Pi等受支持的GNU / Linux系统上,您可以在本地安装驱动程序。 要为当前用户安装: pip3 install adafruit-circuitpython-motorkit 要在系统范围内安装(在某些情况下可能需要安装): sudo pip3 install adafruit-circuitpython-motorkit 要在当前项目中的虚拟环境中安装,请执行以下操作: mkdir project-name && cd project-name python3 -m venv .env sou
【文件预览】:
Adafruit_CircuitPython_MotorKit-master
----setup.py(2KB)
----.gitignore(189B)
----adafruit_motorkit.py(10KB)
----README.rst.license(108B)
----requirements.txt(244B)
----.readthedocs.yml(162B)
----.pre-commit-config.yaml(1020B)
----CODE_OF_CONDUCT.md(6KB)
----LICENSE(1KB)
----.github()
--------workflows()
----examples()
--------motorkit_robot_test.py(2KB)
--------motorkit_stepper_simpletest.py(329B)
--------motorkit_robot.py(5KB)
--------motorkit_dual_stepper_test.py(2KB)
--------motorkit_dc_test.py(1012B)
--------motorkit_dc_motor_simpletest.py(321B)
--------motorkit_stepper_test.py(1KB)
----README.rst(3KB)
----LICENSES()
--------Unlicense.txt(1KB)
--------MIT.txt(1KB)
--------CC-BY-4.0.txt(16KB)
--------CC-BY-SA-4.0.txt(18KB)
----.pylintrc(16KB)
----docs()
--------api.rst(267B)
--------examples.rst(340B)
--------index.rst(2KB)
--------index.rst.license(96B)
--------conf.py(6KB)
--------_static()
--------examples.rst.license(96B)
--------api.rst.license(96B)