For usage with the smart-leds crate.
Inspired on the rust bindings of the rpi ws281x driver.
This project is still a work-in-progress.
For more information on how to use it please read the original documentation and pay special attention to the limitations section.
- Install Rust from https://rustup.rs/
- Run
rustup target add arm-unknown-linux-gnueabihf
- Install
sudo apt install libclang-dev