Add MotionService : expose step count and RAW X/Y/Z values to the host.
This commit is contained in:
parent
d1f50157c7
commit
60a49af886
8 changed files with 190 additions and 3 deletions
|
|
@ -477,6 +477,7 @@ list(APPEND SOURCE_FILES
|
|||
components/ble/ImmediateAlertService.cpp
|
||||
components/ble/ServiceDiscovery.cpp
|
||||
components/ble/HeartRateService.cpp
|
||||
components/ble/MotionService.cpp
|
||||
components/firmwarevalidator/FirmwareValidator.cpp
|
||||
components/motor/MotorController.cpp
|
||||
components/settings/Settings.cpp
|
||||
|
|
@ -545,6 +546,7 @@ list(APPEND RECOVERY_SOURCE_FILES
|
|||
components/ble/ServiceDiscovery.cpp
|
||||
components/ble/NavigationService.cpp
|
||||
components/ble/HeartRateService.cpp
|
||||
components/ble/MotionService.cpp
|
||||
components/firmwarevalidator/FirmwareValidator.cpp
|
||||
components/settings/Settings.cpp
|
||||
components/timer/TimerController.cpp
|
||||
|
|
@ -652,6 +654,7 @@ set(INCLUDE_FILES
|
|||
components/ble/ServiceDiscovery.h
|
||||
components/ble/BleClient.h
|
||||
components/ble/HeartRateService.h
|
||||
components/ble/MotionService.h
|
||||
components/settings/Settings.h
|
||||
components/timer/TimerController.h
|
||||
components/alarm/AlarmController.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue