Struct ina260::INA260 [] [src]

pub struct INA260<I2C> { /* fields omitted */ }

Methods

impl<I2C, E> INA260<I2C> where
    I2C: WriteRead<Error = E> + Write<Error = E>, 
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Delivers the unique chip id

[src]

Delivers the die revision id

[src]

Delivers the measured raw current in 1.25mA per bit

[src]

Delivers the measured raw current in uA

[src]

Delivers the measured raw voltage in 1.25mV per bit

[src]

Delivers the measured raw voltage in uV

[src]

Delivers the measured raw power in 10mW per bit

[src]

Delivers the measured raw power in mW

Trait Implementations

Auto Trait Implementations

impl<I2C> Send for INA260<I2C> where
    I2C: Send

impl<I2C> Sync for INA260<I2C> where
    I2C: Sync