summaryrefslogtreecommitdiff
path: root/src/components/battery
AgeCommit message (Expand)AuthorFilesLines
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2-17/+14
2021-07-04Whitespace and brace fixes (#456)Avamander1-1/+2
2021-07-02Float voltage to int (#444)Riku Isokoski2-8/+12
2021-07-02static_cast cleanupAvamander1-1/+1
2021-05-16Emit event on power-present toggle (#320)David Ventura1-1/+0
2021-04-24Changed access modified indentationAvamander1-4/+4
2021-04-24Reformatted all the files according to clang-format styleAvamander2-82/+85
2021-04-16In order to stabilize the battery reading,Joaquim2-8/+22
2021-04-08restore battery bufferJoaquim2-10/+40
2021-04-05Fix wake up lock in twiJoaquim2-29/+31
2021-04-04double tap wakeup error fixJoaquim2-54/+67
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