summaryrefslogtreecommitdiff
path: root/src/components/motion
AgeCommit message (Collapse)AuthorFilesLines
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-10-17Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants2-0/+14
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0022-0/+21
* Add support for BMA425 acceleration sensor.
2021-04-26Merge branch 'develop' ofJoaquim1-5/+15
https://github.com/JF002/InfiniTime into StepsApp
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
Settings to set the steps goal More detail in Motion app New 42px Font
2021-04-04Handle return code from BMA driver, and set a flag is the initialization ↵Jean-François Milants2-2/+8
fails. This allows to boot InfiniTime even if the device cannot initialize.
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants2-0/+59
wrist rotation + app to see the value of the 3 axis in "real time".