You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,11 @@ _RTC hours mode (12 or 24)_
21
21
***`void begin(RTC_Hour_Format format)`**
22
22
23
23
_RTC clock source_
24
-
***`void setClockSource(RTC_Source_Clock source)`** : this function must be called before `begin()`
24
+
***`void setClockSource(RTC_Source_Clock source)`** : this function must be called before `begin()`.
25
+
26
+
_RTC Asynchronous and Synchronous prescaler_
27
+
***`void getPrediv(int8_t *predivA, int16_t *predivS)`** : get user (a)synchronous prescaler values if set else computed ones for the current clock source.
28
+
***`void setPrediv(int8_t predivA, int16_t predivS)`** : set user (a)synchronous prescaler values. This function must be called before `begin()`. Use -1 to reset value and use computed ones.
0 commit comments