components

Module sht4x

Source
Expand description

Component for the SHT4x sensor.

I2C Interface

§Usage

let sht4x = components::sht4x::SHT4xComponent::new(sensors_i2c_bus, capsules_extra::sht4x::BASE_ADDR, mux_alarm).finalize(
        components::sht4x_component_static!(nrf52::rtc::Rtc<'static>),
    );
sht4x.reset();

Structs§

Type Aliases§