summaryrefslogtreecommitdiff
path: root/src/components/motor/MotorController.h
AgeCommit message (Collapse)Author
2022-04-13Revert "Sans notification (notification manager retained as it seems to be ↵ultraredux2Michele Bini
used by the dfu manager)" This reverts commit 569e6fea41c13f33ad1374bb80ca489aaf4a7037.
2022-04-13Sans notification (notification manager retained as it seems to be used by ↵Michele Bini
the dfu manager)
2022-02-19MotorController: no need to make this function a class functionReinhold Gschweicher
The `StopRinging()` function was used just in `Notifications.h` screen. That screen already has access to a `motorController` object.
2021-09-14Merge branch 'develop' into disable_notif_onlyRiku Isokoski
2021-09-13Remove unused include in MotoController.hReinhold Gschweicher
Remove the unused include `app_timer.h` in `MotorController.h`
2021-09-13Merge branch 'develop' into disable_notif_onlyRiku Isokoski
2021-09-12Toggle notifications only, keep vibrations.Riku Isokoski
2021-08-22Merge branch 'develop' into pinmaphubmartin
2021-08-03PinMap with namespace and constexprhubmartin
2021-08-01ImprovementsRiku Isokoski
2021-05-15cleaned up the code and reduced the size of the diff by removing things like ↵Florian Kraupa
additional whitespaces
2021-05-15implemented continuous vibration pattern for incoming callsFlorian Kraupa
2021-04-24Changed access modified indentationAvamander
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-04Big UI and navigation RewriteJoaquim
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-02-05refactor MotorControllerpetter
2021-01-25remove vibtimer from .h to fix nonstop vibrationjlukanc
2021-01-25move app timer defjlukanc
2021-01-23remove unneeded definesjlukanc
2021-01-16add motor to notifs, fix tabs in motorcontroller.hjlukanc
2021-01-16add non-blocking motor controllerjlukanc