diff options
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/rtc/__init__.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shared-bindings/rtc/__init__.c b/shared-bindings/rtc/__init__.c index 89e3a24dd..ac67a7131 100644 --- a/shared-bindings/rtc/__init__.c +++ b/shared-bindings/rtc/__init__.c @@ -41,6 +41,13 @@ //| The `rtc` module provides support for a Real Time Clock. //| It also backs the `time.time()` and `time.localtime()` functions using the onboard RTC if present. //| +//| Libraries +//| +//| .. toctree:: +//| :maxdepth: 3 +//| +//| RTC +//| void rtc_reset(void) { MP_STATE_VM(rtc_time_source) = (mp_obj_t)&rtc_rtc_obj; |
