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
|
|
@ -101,7 +101,8 @@ SystemTask::SystemTask(Drivers::SpiMaster& spi,
|
|||
heartRateApp(heartRateApp),
|
||||
fs {fs},
|
||||
touchHandler {touchHandler},
|
||||
nimbleController(*this, bleController, dateTimeController, notificationManager, batteryController, spiNorFlash, heartRateController) {
|
||||
nimbleController(*this, bleController, dateTimeController, notificationManager,
|
||||
batteryController, spiNorFlash, heartRateController, motionController) {
|
||||
}
|
||||
|
||||
void SystemTask::Start() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue