summaryrefslogtreecommitdiff
path: root/src/components/motion
AgeCommit message (Collapse)Author
2022-04-12Fixed screen brightness, no sleep or wake upMichele Bini
2022-03-27Sans shakewake and leftover modifications: Size: 228360Michele Bini
2022-03-26sans stepsMichele Bini
2022-03-26compactify app listMichele Bini
2022-01-04Fix crash upon leaving app.Tim Keller
Code formatting
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller
2022-01-04Add averaging to wake threshold. Makes it take more then just a "flick" to ↵Tim Keller
turn on
2022-01-04Add start of settings app for senstivity.Tim Keller
really just debugging. I want to make it more configurable then high med low. Position of setting needs a new location...dynamicly adding it currently at the end. Which honestly im fine with.
2022-01-04CleanupTim Keller
2022-01-04Added Shake to wakeTim Keller
2021-12-30Ran clang-formatStephanie
2021-12-30Renamed confusing variables and general cleanupStephanie
2021-12-30Moved trip meter update to MotionController and changed trip meter logicStephanie
2021-12-30Changed lap counter to trip meterStephanie
2021-12-30Added "lap" button to step counterStephanie
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
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 Milants
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF002
* Add support for BMA425 acceleration sensor.
2021-04-26Merge branch 'develop' ofJoaquim
https://github.com/JF002/InfiniTime into StepsApp
2021-04-24Changed access modified indentationAvamander
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-19New Steps appJoaquim
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 Milants
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 Milants
wrist rotation + app to see the value of the 3 axis in "real time".