| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -0/+14 |
| | | |||||
| * | Add support for BMA425 acceleration sensor. (#440) | JF002 | 2021-06-19 | 2 | -0/+21 |
| | | | | * Add support for BMA425 acceleration sensor. | ||||
| * | Merge branch 'develop' of | Joaquim | 2021-04-26 | 1 | -5/+15 |
| |\ | | | | | | | https://github.com/JF002/InfiniTime into StepsApp | ||||
| | * | Changed access modified indentation | Avamander | 2021-04-24 | 1 | -2/+2 |
| | | | |||||
| | * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -7/+17 |
| | | | |||||
| * | | New Steps app | Joaquim | 2021-04-19 | 1 | -3/+3 |
| |/ | | | | | | Settings to set the steps goal More detail in Motion app New 42px Font | ||||
| * | Handle return code from BMA driver, and set a flag is the initialization ↵ | Jean-François Milants | 2021-04-04 | 2 | -2/+8 |
| | | | | | 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 | 2 | -0/+59 |
| wrist rotation + app to see the value of the 3 axis in "real time". | |||||
