Expand description
Component for the SHT3x sensor.
I2C Interface
§Usage
let sht3x = components::sht3x::SHT3xComponent::new(sensors_i2c_bus, capsules_extra::sht3x::BASE_ADDR, mux_alarm).finalize(
components::sht3x_component_static!(nrf52::rtc::Rtc<'static>),
);
sht3x.reset();