Struct hts221::device::HumidityOut [] [src]

pub struct HumidityOut(_);

Combination of HUMIDITY_OUT_L and HUMIDITY_OUT_H registers.

Methods

impl HumidityOut
[src]

[src]

Blocking read of both registers over comm. Stores the signed 16-bit value created from combining the registers.

[src]

Returns the raw humidity sample value.

Trait Implementations

impl Debug for HumidityOut
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HumidityOut

impl Sync for HumidityOut