kea/brixo-php
Composer 安装命令:
composer create-project kea/brixo-php
包简介
This project allows you to communicate with the BRIXO battery, by using a BLED112 dongle.
README 文档
README
This project allows you to communicate with the BRIXO battery, by using a BLED112 dongle.
Install
Download and install Composer by following the official instructions.
$ php composer.phar install
Configure
Edit src/test.php changing the device name at line 19 to match device dongle
$deviceName = '/dev/tty.usbmodem1';
Es. Windows "\.\com4", Mac "/dev/tty.xyk", Linux "/dev/ttySxx"
Play
$ php src/test.php
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-07