Skip to content

Commit 84d4be2

Browse files
authored
Add a table of contents reference to RTC
1 parent 8e20804 commit 84d4be2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

shared-bindings/rtc/__init__.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
//| The `rtc` module provides support for a Real Time Clock.
4242
//| It also backs the `time.time()` and `time.localtime()` functions using the onboard RTC if present.
4343
//|
44+
//| Libraries
45+
//|
46+
//| .. toctree::
47+
//| :maxdepth: 3
48+
//|
49+
//| RTC
50+
//|
4451

4552
void rtc_reset(void) {
4653
MP_STATE_VM(rtc_time_source) = (mp_obj_t)&rtc_rtc_obj;

0 commit comments

Comments
 (0)