ZSWatch icon indicating copy to clipboard operation
ZSWatch copied to clipboard

Add alarm API

Open Kampi opened this issue 1 year ago • 1 comments

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.

Kampi avatar Dec 09 '23 18:12 Kampi

Can be done with https://github.com/jakkra/ZSWatch-HW/issues/44

Kampi avatar May 07 '24 13:05 Kampi

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.

jakkra avatar Oct 09 '24 21:10 jakkra