diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-06-09 20:29:00 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-06-09 20:31:55 (GMT) |
| commit | ccaf12750ba39fe0bc1fa6d2425ef2d1831ded9a (patch) | |
| tree | 4a34126a5afa06c1178527a9e9268396b17811db /.gitmodules | |
| parent | dea2ba8d65f03c6c203f58d5db4bfdccda6f7c25 (diff) | |
wasp: apps: Step counter application
Currently there's no fancy algorithms to estimate stride length. Just
pure simple step counting directly from the hardware's "intelligence
engine".
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7543a23..ec5319a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "reloader"] path = reloader url = https://github.com/daniel-thompson/wasp-reloader +[submodule "wasp/modules/bma42x-upy"] + path = wasp/modules/bma42x-upy + url = https://github.com/daniel-thompson/bma42x-upy |
