summaryrefslogtreecommitdiff
path: root/src/components/motion/MotionController.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-30Renamed confusing variables and general cleanupStephanie1-1/+0
2021-12-30Moved trip meter update to MotionController and changed trip meter logicStephanie1-4/+6
2021-12-30Changed lap counter to trip meterStephanie1-5/+5
2021-12-30Added "lap" button to step counterStephanie1-0/+7
2021-10-17Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants1-0/+3
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0021-0/+14
2021-04-26Merge branch 'develop' ofJoaquim1-5/+15
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-7/+17
2021-04-19New Steps appJoaquim1-3/+3
2021-04-04Handle return code from BMA driver, and set a flag is the initialization fail...Jean-François Milants1-2/+5
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants1-0/+26