summaryrefslogtreecommitdiff
path: root/src/components/battery/BatteryController.h
AgeCommit message (Collapse)AuthorFilesLines
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 ↵panky-codes1-2/+30
percentage.
2020-11-16Include cleanup: componentsokaestne1-1/+1
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-0/+27