mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
boot: finish implementing CheckBatteryCharge
This commit is contained in:
parent
7c36a827da
commit
3cc79f4e11
5 changed files with 270 additions and 5 deletions
|
@ -54,4 +54,8 @@ class BatteryDriver {
|
|||
public:
|
||||
Result InitializeBatteryParameters();
|
||||
Result IsBatteryRemoved(bool *out);
|
||||
Result GetTemperature(double *out);
|
||||
Result GetAverageVCell(u32 *out);
|
||||
Result GetSocRep(double *out);
|
||||
Result GetBatteryPercentage(size_t *out);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue