User Activity

Hi, pls help, I have rtc working, counting seconds, but I didn't succeded to make alarm work.// the setup function runs once when you press reset or power the boardvoid setup() { delay(500); RTC_init(HOUR_FORMAT_24, LSI_CLOCK, 1); //RTC_SetClockSourc...