A Rust rewrite of https://github.com/leaty/camctl
A small library that gives developers a way to interface with Kraken X62 AIO CPU coolers
use camctl_rs::cam::Kraken;
let ctx = libusb::Context::new().unwrap();
let kraken = Kraken::from(&ctx).unwrap();
kraken.set_fan(75); // sets the fan speed to 75%
- Timeout configurable
- More logging