diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-03-31 17:47:27 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-04-04 13:56:04 (GMT) |
| commit | 68bdaee1cc301a2aca1849f38d2596debe7d67d1 (patch) | |
| tree | 00f3bd9a1554c286aa2d5bd3a86bcfcdf7ba7171 /src/displayapp/DisplayAppRecovery.cpp | |
| parent | 04fc33e2d479161ec261f932b908dffbd73e227f (diff) | |
First integration of the motion sensor (bma 421) : step counting + wake on wrist rotation + app to see the value of the 3 axis in "real time".
Diffstat (limited to 'src/displayapp/DisplayAppRecovery.cpp')
| -rw-r--r-- | src/displayapp/DisplayAppRecovery.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/DisplayAppRecovery.cpp b/src/displayapp/DisplayAppRecovery.cpp index 57b8aed..d572383 100644 --- a/src/displayapp/DisplayAppRecovery.cpp +++ b/src/displayapp/DisplayAppRecovery.cpp @@ -13,7 +13,8 @@ DisplayApp::DisplayApp(Drivers::St7789 &lcd, Components::LittleVgl &lvgl, Driver System::SystemTask &systemTask, Pinetime::Controllers::NotificationManager& notificationManager, Pinetime::Controllers::HeartRateController& heartRateController, - Pinetime::Controllers::Settings& settingsController): + Pinetime::Controllers::Settings& settingsController, + Pinetime::Controllers::MotionController& motionController): lcd{lcd}, bleController{bleController} { msgQueue = xQueueCreate(queueSize, itemSize); |
