Struct pmw3901::Pmw3901Sample[][src]

pub struct Pmw3901Sample {
    pub x: i16,
    pub y: i16,
}

Motion output of the sensor.

Fields

Unit is pixel velocity.

Unit is pixel velocity.

Trait Implementations

impl Debug for Pmw3901Sample
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations