#[repr(u8)]pub enum Address {
Low = 104,
High = 105,
}Expand description
The I2C address for the Grid-EYE sensor.
The names chosen are not because of the actual address values, but because of what the address selection pin is connected to (ground or VDD).
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for Address
impl TryFromPrimitive for Address
impl Copy for Address
impl StructuralPartialEq for Address
Auto Trait Implementations§
impl Freeze for Address
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnwindSafe for Address
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more