summaryrefslogtreecommitdiff
path: root/src/components/battery
AgeCommit message (Expand)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-codes2-6/+6
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-codes2-3/+33
2020-11-16Include cleanup: componentsokaestne2-3/+2
2020-10-02Fixed all the includes that were broken due to the renamesAvamander2-0/+75