diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-06-19 18:27:59 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 18:27:59 (GMT) |
| commit | c6dca25b9fa30af989baf748f6c32b38eaa95bac (patch) | |
| tree | 587308fdb9d1bfd7e19a6232316891f196163413 /src/systemtask | |
| parent | e90e8c7426f9a44e696b208a5b393a60476a3d43 (diff) | |
Add support for BMA425 acceleration sensor. (#440)
* Add support for BMA425 acceleration sensor.
Diffstat (limited to 'src/systemtask')
| -rw-r--r-- | src/systemtask/SystemTask.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp index 38e9793..13755f7 100644 --- a/src/systemtask/SystemTask.cpp +++ b/src/systemtask/SystemTask.cpp @@ -126,6 +126,7 @@ void SystemTask::Work() { twiMaster.Init(); motionSensor.Init(); + motionController.Init(motionSensor.DeviceType()); settingsController.Init(); displayApp.Register(this); |
