boot: implement bc24193 driver, part of CheckBatteryCharge

This commit is contained in:
Michael Scire 2019-05-06 15:53:29 -07:00
parent ea90325535
commit 7c36a827da
7 changed files with 468 additions and 1 deletions

View file

@ -53,4 +53,5 @@ class BatteryDriver {
public:
Result InitializeBatteryParameters();
Result IsBatteryRemoved(bool *out);
};