Expand description
Components for the SI7021 Temperature/Humidity Sensor.
This provides the SI7021Component which provides access to the SI7021 over I2C.
§Usage
let si7021 = SI7021Component::new(mux_i2c, mux_alarm, 0x40).finalize(
components::si7021_component_static!(sam4l::ast::Ast));