Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
04e7aa05
Commit
04e7aa05
authored
Dec 14, 2019
by
ketograph
Committed by
Damien George
Dec 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/esp8266/quickref: Add note that machine.RTC is not fully supported.
See issues #3220 and #3710.
parent
f3f7eb48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
docs/esp8266/quickref.rst
docs/esp8266/quickref.rst
+4
-0
No files found.
docs/esp8266/quickref.rst
View file @
04e7aa05
...
...
@@ -249,6 +249,10 @@ See :ref:`machine.RTC <machine.RTC>` ::
ntptime.settime() # set the rtc datetime from the remote server
rtc.datetime() # get the date and time in UTC
.. note:: Not all methods are implemented: `RTC.now()`, `RTC.irq(handler=*) <RTC.irq>`
(using a custom handler), `RTC.init()` and `RTC.deinit()` are
currently not supported.
Deep-sleep mode
---------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment