summaryrefslogtreecommitdiff
path: root/src/components/ble/MotionService.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-24src: Enable unused parameter warningRiku Isokoski1-6/+6
2023-01-04Update clang-{format,tidy} to 14Finlay Davidson1-0/+1
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-18/+14
2022-03-08Add missing nrf_log.h includes shadowed by SystemMonitor.hReinhold Gschweicher1-0/+1
2021-11-28Merge branch 'develop' into motionservice_fix_typo_in_includeJF1-3/+3
2021-11-28Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTi...Jean-François Milants1-1/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
2021-11-15fix Motion Service UUID in doc and code commentsmabuch1-2/+2
2021-10-30MotionService: fix not needed '/' in includeReinhold Gschweicher1-1/+1
2021-10-26Motion service : fix step notifications that were sent as a single byte inste...Jean-François Milants1-1/+1
2021-10-20Add mention to Call characteristic (which was missing in the doc) and change ...Jean-François Milants1-1/+1
2021-10-17Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants1-0/+124