I have a question about the clever TimeAlarms library for the DS1307 RTC that is maintained by Paul Stoffregen. I am looking at the readme.txt file, and it apparently can alarm given all kinds of different situations. Except one, it seems. I need to alarm on the hour, daily, i.e., at midnight, 1AM, 2AM, etc. I haven't tried it, but I need something like this: Alarm.alarmRepeat(0-23, 0, 0, getPrecip); The reason for this is I'm in the process of building a rain gauge and I found a node-RED chart node, that can chart hourly rain amounts. It would be great if the TimeAlarms library can do this but maybe I'm stuck with just creating a function using the Time library. Ideas? Thanks!
I have a question about the clever TimeAlarms library for the DS1307 RTC that is maintained by Paul Stoffregen. I am looking at the readme.txt file, and it apparently can alarm given all kinds of different situations. Except one, it seems. I need to alarm on the hour, daily, i.e., at midnight, 1AM, 2AM, etc. I haven't tried it, but I need something like this: Alarm.alarmRepeat(0-23, 0, 0, getPrecip); The reason for this is I'm in the process of building a rain gauge and I found a node-RED chart node, that can chart hourly rain amounts. It would be great if the TimeAlarms library can do this but maybe I'm stuck with just creating a function using the Time library. Ideas? Thanks!