| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix crash upon leaving app. | Tim Keller | 2022-01-04 | 1 | -7/+8 |
| | | | | | Code formatting | ||||
| * | 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 ↵ | Tim Keller | 2022-01-04 | 1 | -1/+4 |
| | | | | | turn on | ||||
| * | Add start of settings app for senstivity. | Tim Keller | 2022-01-04 | 1 | -2/+2 |
| | | | | | | 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. | ||||
| * | 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 |
| | | | | | | | | 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. | ||||
| * | 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 |
| | | | | * Add support for BMA425 acceleration sensor. | ||||
| * | Handle return code from BMA driver, and set a flag is the initialization ↵ | Jean-François Milants | 2021-04-04 | 1 | -0/+3 |
| | | | | | fails. This allows to boot InfiniTime even if the device cannot initialize. | ||||
| * | First integration of the motion sensor (bma 421) : step counting + wake on ↵ | Jean-François Milants | 2021-04-04 | 1 | -0/+33 |
| wrist rotation + app to see the value of the 3 axis in "real time". | |||||
