diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-09-03 13:57:00 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-09-03 13:57:00 (GMT) |
| commit | b31b2425f8afd5022173852f5a78592b37104c39 (patch) | |
| tree | c06d80c34f0db72727aab404bbdbc804a7b9abae /src/components/battery | |
| parent | ac2ccaeff6e713b0121b39a6ae5dfce15ea8680c (diff) | |
Use percentage instead of IsFull
Diffstat (limited to 'src/components/battery')
| -rw-r--r-- | src/components/battery/BatteryController.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/battery/BatteryController.h b/src/components/battery/BatteryController.h index 164057c..b66da5e 100644 --- a/src/components/battery/BatteryController.h +++ b/src/components/battery/BatteryController.h @@ -32,10 +32,6 @@ namespace Pinetime { return isPowerPresent; } - bool IsFull() const { - return isFull; - } - private: static Battery* instance; nrf_saadc_value_t saadc_value; |
