InfiniTime/src/components/alarm
Michele Bini 35dcf8c860
Switch to freertos timers (#1095)
* 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-06-06 17:47:43 +02:00
..
AlarmController.cpp Switch to freertos timers (#1095) 2022-06-06 17:47:43 +02:00
AlarmController.h Switch to freertos timers (#1095) 2022-06-06 17:47:43 +02:00