summaryrefslogtreecommitdiff
path: root/src/components/motion/MotionController.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-04Fix crash upon leaving app.Tim Keller1-7/+8
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller1-5/+8
2022-01-04Add averaging to wake threshold. Makes it take more then just a "flick" to tu...Tim Keller1-1/+4
2022-01-04Add start of settings app for senstivity.Tim Keller1-2/+2
2022-01-04Added Shake to wakeTim Keller1-2/+18
2021-12-30Ran clang-formatStephanie1-5/+11
2021-12-30Renamed confusing variables and general cleanupStephanie1-1/+1
2021-12-30Moved trip meter update to MotionController and changed trip meter logicStephanie1-0/+4
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
2021-10-17Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants1-0/+11
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0021-0/+7
2021-04-04Handle return code from BMA driver, and set a flag is the initialization fail...Jean-François Milants1-0/+3
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants1-0/+33