#rpi #ws281x #smart-leds #bindings #traits #track #upstream

ws281x-rpi

使用bindgen跟踪上游实现智能LEDs特质的ws281x库的包装器

1 个不稳定版本

0.0.1 2022年1月29日

#6 in #ws281x

MIT 许可协议

105KB
2.5K SLoC

C 2K SLoC // 0.2% comments Rust 290 SLoC // 0.1% comments Scons 85 SLoC // 0.4% comments Python 66 SLoC // 0.5% comments

欢迎使用基于rpi_ws281x驱动的Rust智能LEDs驱动程序

smart-leds crate一起使用。

灵感来源于rpi ws281x驱动程序的rust绑定

使用警告

该项目仍在开发中。

有关如何使用它的更多信息,请阅读原始文档并特别注意限制部分

贡献

代码遵循MIT许可协议,所以只要你同意,可以自由地提出问题,讨论提议的更改,然后提交PR!我很乐意得到帮助,但也要确保事情不要变得过于混乱。

Raspbian上的编译

  • https://rustup.rs/安装Rust
  • 运行rustup target add arm-unknown-linux-gnueabihf
  • 安装sudo apt install libclang-dev

依赖

~0.1–2MB
~39K SLoC