| 43 | uint16_t BQ27220::getChargePcnt(void) { return readWord(BQ27220_COMMAND_STATE_CHARGE); } |
| 44 | |
| 45 | uint16_t BQ27220::getAvgPower(void) { return readWord(BQ27220_COMMAND_AVG_PWR); } |
| 46 | |
| 47 | uint16_t BQ27220::getStandbyCur(void) { return readWord(BQ27220_COMMAND_STANDBY_CURR); } |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected