diff options
Diffstat (limited to 'docs/library/machine.RTC.rst')
-rw-r--r-- | docs/library/machine.RTC.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/machine.RTC.rst b/docs/library/machine.RTC.rst index a457189037..ed93c5fff8 100644 --- a/docs/library/machine.RTC.rst +++ b/docs/library/machine.RTC.rst @@ -48,6 +48,8 @@ Methods Get get the current datetime tuple. + Availability: WiPy. + .. method:: RTC.deinit() Resets the RTC to the time of January 1, 2015 and starts running it again. |