index
:
infinitime.git
analog24
calc-onto-analog24
calc-onto-edge
develop
edge
heartdev
images
jumpdev
semiredux
ultraredux
ultraredux-heart
ultraredux2
ultraredux2-pwmbacklight
Unnamed repository; edit this file 'description' to name the repository.
Michele Bini
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
/
battery
Age
Commit message (
Collapse
)
Author
2021-04-16
In order to stabilize the battery reading,
Joaquim
I modified the process to make 5 consecutive readings, as the process is asynchronous, there is no interference in the main process.
2021-04-08
restore battery buffer
Joaquim
2021-04-05
Fix wake up lock in twi
Joaquim
optimize battery code
2021-04-04
double tap wakeup error fix
Joaquim
battery nonblocking read
2021-01-17
Added more descriptive comments in doxygen format.
panky-codes
2021-01-16
Changed float to int in battery controller file.
panky-codes
2021-01-16
Changed std accumulate to use int instead of a float.
panky-codes
2021-01-16
Converted all the other float usage to int.
panky-codes
2021-01-16
Converted percent remaining calc to int.
panky-codes
2021-01-14
Adapted the accumulate function to return float.
panky-codes
2021-01-14
Implemented a circular buffer and added an average alg for batter remaining ↵
panky-codes
percentage.
2020-11-16
Include cleanup: components
okaestne
2020-10-02
Fixed all the includes that were broken due to the renames
Avamander