Type Alias Bmp280Sensor

Source
pub(crate) type Bmp280Sensor = Bmp280ComponentType<VirtualMuxAlarm<'static, Rtc<'static>>, I2CDevice<'static, TWI<'static>>>;

Aliased Type§

struct Bmp280Sensor { /* private fields */ }