Type Alias nano33ble::HumidityDriver

source ·
pub(crate) type HumidityDriver = HumidityComponentType<Hts221ComponentType<I2CDevice<'static, TWI<'static>>>>;

Aliased Type§

struct HumidityDriver {
    driver: &'static Hts221<'static, I2CDevice<'static, TWI<'static>>>,
    apps: Grant<App, UpcallCount<1>, AllowRoCount<0>, AllowRwCount<0>>,
    busy: Cell<bool>,
}

Fields§

§driver: &'static Hts221<'static, I2CDevice<'static, TWI<'static>>>§apps: Grant<App, UpcallCount<1>, AllowRoCount<0>, AllowRwCount<0>>§busy: Cell<bool>