Reference Language | Libraries | Comparison | Changes
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.
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.