The Arduino Reference text is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Find anything that can be improved? Suggest corrections and new documentation via GitHub.
Doubts on how to use Github? Learn everything you need to know in this tutorial.
Set the RTC Alarm hours, minutes and seconds.
rtc.setAlarmTime(byte hours, byte minutes, byte seconds)
hours: the hours value to be set.
minutes: the minutes value to be set.
seconds: the seconds value to be set.