summaryrefslogtreecommitdiff
path: root/src/components/ble/MotionService.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09Format header filesFinlay Davidson1-0/+2
In my PR updating clang-format, I forgot to also format the headers.
2021-10-26Motion service : fix step notifications that were sent as a single byte ↵Jean-François Milants1-1/+1
instead of 4 (uint32_t).
2021-10-17Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants1-0/+39