Type Alias redboard_artemis_nano::TemperatureDriver

source ·
pub(crate) type TemperatureDriver = TemperatureComponentType<Bme280ComponentType<I2CDevice<'static, Iom<'static>>>>;

Aliased Type§

struct TemperatureDriver {
    driver: &'static Bme280<'static, I2CDevice<'static, Iom<'static>>>,
    apps: Grant<App, UpcallCount<1>, AllowRoCount<0>, AllowRwCount<0>>,
    busy: Cell<bool>,
}

Fields§

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