Closed Kampi closed 1 month ago
Add a way to create alarms. Zephyr's RTC emul is not good. Need to implement something ourselves. Want to be able to do: Call this function at 23:59:59 for example.
Can be done with https://github.com/jakkra/ZSWatch-HW/issues/44
Done in https://github.com/jakkra/ZSWatch/pull/355 We now have zsw_alarm_add and zsw_alarm_add_timer that handles the requirements in this issue.
zsw_alarm_add
zsw_alarm_add_timer
Add a way to create alarms. Zephyr's RTC emul is not good. Need to implement something ourselves. Want to be able to do: Call this function at 23:59:59 for example.