jakkra / ZSWatch

ZSWatch - the Open Source Zephyrâ„¢ based Smartwatch, including both HW and FW.
https://forms.gle/G48Sm5zDe9aCaYtT9
GNU General Public License v3.0
2.26k stars 191 forks source link

Add alarm API #189

Open Kampi opened 8 months ago

Kampi commented 8 months 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.

Kampi commented 3 months ago

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