(self)
| 653 | I2C: Read<Error = I2cError>, |
| 654 | { |
| 655 | pub fn unwrap(self) -> I2C { |
| 656 | self.device.i2c |
| 657 | } |
| 658 | |
| 659 | // TODO: Maybe make this private and set it once in the constructor |
| 660 | pub fn set_scaling(&mut self, scale: u8) -> Result<(), I2cError> { |
no outgoing calls
no test coverage detected