Skip to content

Dhs92/camctl_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camctl_rs

crates.io License Issues

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

Usage

    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%

TODO

  • Timeout configurable
  • More logging