p9813

Crates.iop9813
lib.rsp9813
version0.2.0
sourcesrc
created_at2019-08-06 22:24:51.383148
updated_at2022-03-04 09:52:47.224229
descriptionA library for the P9813 RGB controller
homepagehttps://github.com/reitermarkus/p9813-rs
repositoryhttps://github.com/reitermarkus/p9813-rs
max_upload_size
id154697
size10,265
Markus Reiter (reitermarkus)

documentation

https://docs.rs/p9813

README

P9813

Crates.io Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
p9813 = "0.2"

and use it like this:

use p9813::P9813;
Commit count: 18

cargo fmt