numato gpio:用于Numato GPIO扩展器的Python API 源码
Numato GPIO扩展器的Python API 该Python API可用于控制。 将端口配置为输入或输出端口 写入输出端口 从输入端口读取 从ADC输入端口(1-7)读取整数值 注册输入端口事件的回调(边缘检测) 有关版本的详细信息,请参见。 安装 安装最新的开发版本: pip install --user git+https://github.com/clssn/numato-gpio.git 安装最新版本: pip install --user numato-gpio 使用CLI 测试是否可以在运行python3 -m numato_gpio类的命令行界面的设备上找到您的设备。 请记住,要将您的用户加入dialout组,因为设备已注册为/ dev / ttyACMx(即调制解调器设备)。 预期产量: ❯ python3 -m numato_gpio dev: /d
文件列表
numato-gpio-master.zip
(预估有个25文件)
numato-gpio-master
requirements-dev.txt
45B
changelog.md
4KB
.coveragerc
58B
.github
workflows
python-publish.yml
865B
tests
common.py
118B
test_init.py
885B
暂无评论