MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / getAvgPower

Method getAvgPower

lib/utility/bq27220.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43uint16_t BQ27220::getChargePcnt(void) { return readWord(BQ27220_COMMAND_STATE_CHARGE); }
44
45uint16_t BQ27220::getAvgPower(void) { return readWord(BQ27220_COMMAND_AVG_PWR); }
46
47uint16_t BQ27220::getStandbyCur(void) { return readWord(BQ27220_COMMAND_STANDBY_CURR); }
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected