1 parent 8e20804 commit 84d4be2Copy full SHA for 84d4be2
1 file changed
shared-bindings/rtc/__init__.c
@@ -41,6 +41,13 @@
41
//| The `rtc` module provides support for a Real Time Clock.
42
//| It also backs the `time.time()` and `time.localtime()` functions using the onboard RTC if present.
43
//|
44
+//| Libraries
45
+//|
46
+//| .. toctree::
47
+//| :maxdepth: 3
48
49
+//| RTC
50
51
52
void rtc_reset(void) {
53
MP_STATE_VM(rtc_time_source) = (mp_obj_t)&rtc_rtc_obj;
0 commit comments