Add MotionService : expose step count and RAW X/Y/Z values to the host.
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user