index
:
InfiniTime
local
upstream/main
My branch of InfiniTime
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
components
/
motion
/
MotionController.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
lowersleep: Improve algorithm by checking wrist angle
FintasticMan
2024-03-12
1
-6
/
+18
*
lowersleep: Implement Lower to Sleep functionality (#827)
FintasticMan
2023-08-27
1
-0
/
+14
*
raisewake: Improve raise to wake algorithm
Finlay Davidson
2023-08-17
1
-18
/
+14
*
motioncontroller: Add functions for analysis
Finlay Davidson
2023-08-17
1
-0
/
+57
*
motioncontroller: Store acceleration history
Finlay Davidson
2023-08-17
1
-11
/
+12
*
shakewake: Slightly improve accuracy
Finlay Davidson
2023-08-17
1
-4
/
+3
*
ShakeWake: Fixed instant wake after sleep issue in certain positions (#1691)
Isaac
2023-06-17
1
-1
/
+2
*
raisewake: Change names in line with the style guide
Finlay Davidson
2023-03-09
1
-6
/
+6
*
motioncontroller: Fix clang-tidy warnings
Finlay Davidson
2023-03-09
1
-9
/
+1
*
shakewake: Switch to more generic timekeeping
Finlay Davidson
2023-03-09
1
-4
/
+4
*
shakewake: Simplify return code
Finlay Davidson
2023-03-09
1
-5
/
+1
*
shakewake: Switch to more generic last* vars
Finlay Davidson
2023-03-09
1
-5
/
+8
*
shakewake: Fix names according to style guide
Finlay Davidson
2023-03-09
1
-8
/
+4
*
Update clang-{format,tidy} to 14
Finlay Davidson
2023-01-04
1
-0
/
+3
*
Update clang-tidy configuration and fix some warnings (#1474)
Riku Isokoski
2022-12-18
1
-3
/
+2
*
Fix crash upon leaving app.
Tim Keller
2022-01-04
1
-7
/
+8
*
Better Sensitivity UI, Calibration button added
Tim Keller
2022-01-04
1
-5
/
+8
*
Add averaging to wake threshold. Makes it take more then just a "flick" to tu...
Tim Keller
2022-01-04
1
-1
/
+4
*
Add start of settings app for senstivity.
Tim Keller
2022-01-04
1
-2
/
+2
*
Added Shake to wake
Tim Keller
2022-01-04
1
-2
/
+18
*
Ran clang-format
Stephanie
2021-12-30
1
-5
/
+11
*
Renamed confusing variables and general cleanup
Stephanie
2021-12-30
1
-1
/
+1
*
Moved trip meter update to MotionController and changed trip meter logic
Stephanie
2021-12-30
1
-0
/
+4
*
Update includes to to be relative to src directory
Reinhold Gschweicher
2021-11-15
1
-1
/
+1
*
Add MotionService : expose step count and RAW X/Y/Z values to the host.
Jean-François Milants
2021-10-17
1
-0
/
+11
*
Add support for BMA425 acceleration sensor. (#440)
JF002
2021-06-19
1
-0
/
+7
*
Handle return code from BMA driver, and set a flag is the initialization fail...
Jean-François Milants
2021-04-04
1
-0
/
+3
*
First integration of the motion sensor (bma 421) : step counting + wake on wr...
Jean-François Milants
2021-04-04
1
-0
/
+33