Enum ak8963::ReadSampleError[][src]

pub enum ReadSampleError {
    DataNotReady,
    I2c(LinuxI2CError),
}

Errors that may occur when reading a sample.

Variants

No new data is ready.

An i2c issue occurred.

Trait Implementations

impl Debug for ReadSampleError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations