File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,20 @@ _Library version management_
100
100
#endif
101
101
```
102
102
103
+ ### Since STM32RTC version higher than 1.1.1
104
+
105
+ _ One-Second interrupt_
106
+
107
+ STM32 RTC includes a one-second interrupt for generating a periodic interrupt signal.
108
+ - This feature is native on the stm32F1xx and mapped on the existing WakeUp interrupt on other stm32 mcus.
109
+ - It is not available on some stm32F0 devices.
110
+
111
+ * ** new API:**
112
+ * ** ` void attachSecondsInterrupt(voidFuncPtr callback) ` **
113
+ * ** ` void detachSecondsInterrupt(void) ` **
114
+
115
+
116
+
103
117
### Since STM32 Core version > 1.5.0
104
118
_ Reset time management_
105
119
@@ -118,10 +132,10 @@ To know if a time has already been set use:
118
132
}
119
133
```
120
134
121
- Refer to the Arduino RTC documentation for the other functions
135
+ Refer to the Arduino RTC documentation for the other functions
122
136
http://arduino.cc/en/Reference/RTC
123
137
124
138
## Source
125
139
126
- Source files available at:
140
+ Source files available at:
127
141
https://github.com/stm32duino/STM32RTC
You can’t perform that action at this time.
0 commit comments