ble-ledly 0.1.0-alpha.1

A customizable and extensible cross-platform high-level Bluetooth Low Energy light controller.
Documentation
1
2
3
pub trait Encode {
    fn encode_color(&self, red: u8, green: u8, blue: u8) -> Vec<u8>;
}