Struct ak8963::Ak8963Sample[][src]

pub struct Ak8963Sample {
    pub mag: Array1<f32>,
    pub mag_raw: Array1<i16>,
    pub data_overrun: bool,
}

Output from the AK8963.

Fields

Unit is uT

The raw register value

Whether a previous sample has been overwritten without being read.

Trait Implementations

impl Clone for Ak8963Sample
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ak8963Sample
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations