summaryrefslogtreecommitdiff
path: root/src/components/motor
AgeCommit message (Collapse)Author
2022-06-06Switch to freertos timers (#1095)Michele Bini
* Use FreeRTOS timer for AlarmController * Use FreeRTOS timer for MotorController * Remove app_timer component from compilation as we now solely use FreeROTS timer * Simplify variable and text names for AlarmController and MotorController timers * Call ScheduleAlarm directly from StopAlerting, for recurring timers Co-authored-by: Riku Isokoski <riksu9000@gmail.com> Co-authored-by: NeroBurner <pyro4hell@gmail.com>
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-11-15Update includes to to be relative to src directoryReinhold Gschweicher
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
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-08-01Merge branch 'develop' into HEADRiku Isokoski
2021-05-20Timer App (#355)Florian
* built timer app * Style improvements * making sure buttons stay hidden when the app is reopened and reappear after the timer runs out * more sensible calculations of time deltas. eliminated that mysterious scaling factor * changing the timer icon
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