3个版本
| 0.1.2 | 2023年8月17日 |
|---|---|
| 0.1.1 | 2022年10月9日 |
| 0.1.0 | 2022年10月2日 |
#1447 在 解析器实现
29KB
364 行
Ingics
一个Rust库,用于解析Ingics BLE传感器的制造商数据。
用法
将此内容添加到您的Cargo.toml中
[dependencies]
ingics = "0.1.1"
示例
目前有一个示例:ble_influx。该示例通过BLE读取传感器并将数据写入Influx DB。要运行它,克隆此仓库并执行
cargo r --example ble_influx --features influxdb
软件包功能
以下功能可以启用
influxdb启用influxdb支持
依赖项
~4.5–7MB
~121K SLoC