Struct ms5611::Ms5611[][src]

pub struct Ms5611 { /* fields omitted */ }

Pressure sensor

Methods

impl Ms5611
[src]

If i2c_addr is unspecified, 0x77 is used. The addr of the device is 0x77 if CSB is low / 0x76 if CSB is high.

Triggers a hardware reset of the device.

Based on oversampling ratio, function may block between 1ms (OSR=256) to 18ms (OSR=4096). To avoid blocking, consider invoking this function in a separate thread.

Auto Trait Implementations

impl Send for Ms5611

impl Sync for Ms5611