Trait mcp9808::reg_manuf_id::ManufacturerId [] [src]

pub trait ManufacturerId: Read {
    fn get_manufacturer_id(&self) -> u16;
fn is_valid_manufacturer(&self) -> bool; }

Required Methods

Implementors