Enum bosch_bme680::DeviceAddress
source · #[repr(u8)]
pub enum DeviceAddress {
Primary,
Secondary,
}Expand description
Use Primary if SDO connector of the sensor is connected to ground and Secondary if SDO is connected to Vin.
Variants§
Trait Implementations§
source§impl Default for DeviceAddress
impl Default for DeviceAddress
source§impl From<DeviceAddress> for u8
impl From<DeviceAddress> for u8
source§fn from(value: DeviceAddress) -> Self
fn from(value: DeviceAddress) -> Self
Converts to this type from the input type.