diff options
author | robert-hh <robert@hammelrath.com> | 2023-01-28 14:57:22 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-12-19 16:00:41 +1100 |
commit | 0302cd65e85cb255670cf6eb32d9e6cee241128c (patch) | |
tree | 789ebf0f8acb7dff3cb3b1e240a52c41bcfde643 /docs/library/machine.RTC.rst | |
parent | b5de529ffc17dd02e24c3f2b14e230eefe42dc7a (diff) | |
download | micropython-0302cd65e85cb255670cf6eb32d9e6cee241128c.tar.gz micropython-0302cd65e85cb255670cf6eb32d9e6cee241128c.zip |
mimxrt/machine_rtc: Drop machine.RTC.now() method.
This is not part of the common machine API. It's dropped on the mimxrt
port and kept only on the cc3200 port for legacy.
Also show the port availability of `RTC.now()` in the documentation.
Signed-off-by: robert-hh <robert@hammelrath.com>
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. |