1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2018 年 11 月 19 日

5#i2c-dev

公平 许可证

29KB
865

tokio-i2c

为 Tokio 提供的 I²C API

Build Status Downloads Version Documentation License

内容

用法

此包在 crates.io 上,可以通过将 tokio-i2c 添加到项目的 Cargo.toml 依赖项中来实现

[dependencies]
tokio-i2c = "0.1"

并在 crate 根目录中添加以下内容

extern crate tokio_i2c;

许可证

版权所有 (c) 2018 Rouven Spreckels [email protected]

在作品中使用本工具时,须保留本工具,以便任何使用作品的组织都能得知此工具。

免责声明:作品不提供任何保证。

贡献

除非您明确声明,否则您有意提交给作品包括在内的任何贡献都应按照上述方式许可,不附加任何其他条款或条件。

依赖项

~4.5MB
~70K SLoC