aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/motor/MotorController.h
Commit message (Collapse)AuthorAgeFilesLines
* Make chime play twice instead of oncelocalLeonardo Bishop4 days1-0/+4
|
* timer: Add ringing and counterVictor Kareh2025-12-131-0/+1
| | | | | | | | | The timer app issues a short buzz once and then disappears. There is no trace left that the timer finished or how long ago. This change makes the motor start ringing and presents a timer counter. The timer stops buzzing after 10 seconds, and finally resets after 1 minute.
* Switch to freertos timers (#1095)Michele Bini2022-06-061-2/+6
| | | | | | | | | | | * 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>
* MotorController: no need to make this function a class functionReinhold Gschweicher2022-02-191-1/+1
| | | | | The `StopRinging()` function was used just in `Notifications.h` screen. That screen already has access to a `motorController` object.
* Merge branch 'develop' into disable_notif_onlyRiku Isokoski2021-09-141-1/+0
|\
| * Remove unused include in MotoController.hReinhold Gschweicher2021-09-131-1/+0
| | | | | | | | Remove the unused include `app_timer.h` in `MotorController.h`
* | Merge branch 'develop' into disable_notif_onlyRiku Isokoski2021-09-131-1/+0
|\|
| * Merge branch 'develop' into pinmaphubmartin2021-08-221-2/+5
| |\
| * | PinMap with namespace and constexprhubmartin2021-08-031-1/+0
| | |
* | | Toggle notifications only, keep vibrations.Riku Isokoski2021-09-121-3/+2
| |/ |/|
* | ImprovementsRiku Isokoski2021-08-011-6/+6
| |
* | cleaned up the code and reduced the size of the diff by removing things like ↵Florian Kraupa2021-05-161-1/+1
| | | | | | | | additional whitespaces
* | implemented continuous vibration pattern for incoming callsFlorian Kraupa2021-05-161-2/+5
|/
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-7/+7
|
* Big UI and navigation RewriteJoaquim2021-04-041-0/+3
| | | | | | | | | | | 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...
* refactor MotorControllerpetter2021-02-051-0/+1
|
* remove vibtimer from .h to fix nonstop vibrationjlukanc2021-01-251-1/+0
|
* move app timer defjlukanc2021-01-251-4/+3
|
* remove unneeded definesjlukanc2021-01-231-38/+1
|
* add motor to notifs, fix tabs in motorcontroller.hjlukanc2021-01-151-34/+34
|
* add non-blocking motor controllerjlukanc2021-01-151-0/+57