summaryrefslogtreecommitdiff
path: root/src/components/battery/BatteryController.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-19Update BatteryController.h with non-linear discharge curvehassless1-0/+1
2021-10-09Don't measure and notify percentage on charging event.Riku Isokoski1-1/+2
2021-10-04Improve battery percentage calculation and reportingRiku Isokoski1-0/+1
2021-09-22Merge branch 'develop' into detect_full_chargeRiku Isokoski1-5/+4
2021-09-13Merge branch 'develop' into pinmaphubmartin1-3/+4
2021-09-03Use percentage instead of IsFullRiku Isokoski1-4/+0
2021-09-03Detect full charge and improve watchface displayRiku Isokoski1-1/+8
2021-08-14Make battery reading periodic. Add events. Disable pullupRiku Isokoski1-3/+4
2021-08-11Merge branch 'develop' into pinmaphubmartin1-41/+2
2021-08-03Cleanup, set Pinetime as defaulthubmartin1-1/+0
2021-08-03PinMap with namespace and constexprhubmartin1-2/+0
2021-08-02DRAFT: Put gpio pins to separate filehubmartin1-1/+2
2021-07-13Merge branch 'develop' into fix_adcRiku Isokoski1-3/+4
2021-07-12Fix misconfigured ADC and remove now unnecessary filteringRiku Isokoski1-37/+1
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants1-7/+11
2021-07-02Float voltage to int (#444)Riku Isokoski1-3/+3
2021-04-24Changed access modified indentationAvamander1-4/+4
2021-04-24Reformatted all the files according to clang-format styleAvamander1-41/+48
2021-04-16In order to stabilize the battery reading,Joaquim1-2/+5
2021-04-08restore battery bufferJoaquim1-2/+38
2021-04-05Fix wake up lock in twiJoaquim1-2/+10
2021-04-04double tap wakeup error fixJoaquim1-37/+10
2021-01-17Added more descriptive comments in doxygen format.panky-codes1-9/+15
2021-01-16Changed float to int in battery controller file.panky-codes1-2/+2
2021-01-16Changed std accumulate to use int instead of a float.panky-codes1-1/+1
2021-01-16Converted all the other float usage to int.panky-codes1-1/+1
2021-01-16Converted percent remaining calc to int.panky-codes1-3/+3
2021-01-14Adapted the accumulate function to return float.panky-codes1-1/+2
2021-01-14Implemented a circular buffer and added an average alg for batter remaining p...panky-codes1-2/+30
2020-11-16Include cleanup: componentsokaestne1-1/+1
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-0/+27