summaryrefslogtreecommitdiff
path: root/src/components/motor
AgeCommit message (Collapse)AuthorFilesLines
2022-06-06Switch to freertos timers (#1095)Michele Bini2-17/+17
* 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 Gschweicher1-1/+1
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 Gschweicher1-1/+1
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 Isokoski1-1/+0
2021-09-13Remove unused include in MotoController.hReinhold Gschweicher1-1/+0
Remove the unused include `app_timer.h` in `MotorController.h`
2021-09-13Merge branch 'develop' into disable_notif_onlyRiku Isokoski2-6/+6
2021-09-12Toggle notifications only, keep vibrations.Riku Isokoski2-13/+2
2021-08-22Merge branch 'develop' into pinmaphubmartin2-10/+34
2021-08-03PinMap with namespace and constexprhubmartin2-5/+5
2021-08-01ImprovementsRiku Isokoski2-28/+24
2021-08-01Merge branch 'develop' into HEADRiku Isokoski1-2/+2
2021-05-20Timer App (#355)Florian1-1/+0
* 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-16cleaned up the code and reduced the size of the diff by removing things like ↵Florian Kraupa2-2/+2
additional whitespaces
2021-05-16implemented continuous vibration pattern for incoming callsFlorian Kraupa2-8/+35
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander2-19/+21
2021-04-04Big UI and navigation RewriteJoaquim2-1/+9
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 MotorControllerpetter2-24/+10
2021-01-25remove vibtimer from .h to fix nonstop vibrationjlukanc1-1/+0
2021-01-25move app timer defjlukanc2-5/+5
2021-01-23remove unneeded definesjlukanc2-39/+1
2021-01-15add motor to notifs, fix tabs in motorcontroller.hjlukanc1-44/+44
2021-01-15add non-blocking motor controllerjlukanc2-0/+97