Enum ms5611::Osr[][src]

pub enum Osr {
    Opt256,
    Opt512,
    Opt1024,
    Opt2048,
    Opt4096,
}

Oversampling ratio See datasheet for more information.

Variants

Auto Trait Implementations

impl Send for Osr

impl Sync for Osr