boot: finish implementing CheckBatteryCharge

This commit is contained in:
Michael Scire 2019-05-06 23:08:28 -07:00
parent 7c36a827da
commit 3cc79f4e11
5 changed files with 270 additions and 5 deletions

View file

@ -42,4 +42,5 @@ class PmicDriver {
Result GetAcOk(bool *out);
Result GetPowerIntr(u8 *out);
Result GetNvErc(u8 *out);
Result GetPowerButtonPressed(bool *out);
};