emc230x 0.1.0

An async driver for the EMC230x family of fan controllerss
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug)]
pub enum Error {
    /// I2C bus error
    I2c,

    /// Invalid fan number
    InvalidFan,
}