| 90 | } |
| 91 | |
| 92 | bool Bq24295::getVersion(uint8_t& value) const { |
| 93 | return readRegister8(registers::VERSION, value); |
| 94 | } |
| 95 | |
| 96 | void Bq24295::printInfo() const { |
| 97 | uint8_t version, status, charge_termination; |
nothing calls this directly
no outgoing calls
no test coverage detected