MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getVersion

Method getVersion

Drivers/BQ24295/Source/Bq24295.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool Bq24295::getVersion(uint8_t& value) const {
93 return readRegister8(registers::VERSION, value);
94}
95
96void Bq24295::printInfo() const {
97 uint8_t version, status, charge_termination;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected