We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7752fc6 commit a87ad87Copy full SHA for a87ad87
STM32F1/libraries/RTClock/src/RTClock.h
@@ -78,6 +78,10 @@ class RTClock {
78
void attachSecondsInterrupt(voidFuncPtr function);
79
void detachSecondsInterrupt();
80
81
+ void attachAlarmInterrupt(voidFuncPtr function);
82
+ void attachAlarmInterrupt(voidFuncPtr function, time_t alarm_time);
83
+ void detachAlarmInterrupt();
84
+
85
void setAlarmTime (tm_t & tm_ptr);
86
void setAlarmTime (time_t alarm_time);
87
@@ -89,4 +93,4 @@ class RTClock {
89
93
90
94
91
95
#endif // _RTCLOCK_H_
92
-
96
0 commit comments