summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.RTC.rst
diff options
context:
space:
mode:
authordanicampora <daniel@wipy.io>2015-10-14 12:32:01 +0200
committerdanicampora <daniel@wipy.io>2015-10-17 23:29:04 +0200
commit4542643025c77a7272bde348b89d5039aea28d23 (patch)
treebf9fb006f46b96d2ea9ecf4aa190c4e4cc2abfc8 /docs/library/pyb.RTC.rst
parentfca3308cc376f2c1c66fa3cef82e30c55c9acca2 (diff)
downloadmicropython-4542643025c77a7272bde348b89d5039aea28d23.tar.gz
micropython-4542643025c77a7272bde348b89d5039aea28d23.zip
docs: Update all WiPy docs to reflect the new API.
Diffstat (limited to 'docs/library/pyb.RTC.rst')
-rw-r--r--docs/library/pyb.RTC.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/library/pyb.RTC.rst b/docs/library/pyb.RTC.rst
index 4b5f4e6b40..51b17deccf 100644
--- a/docs/library/pyb.RTC.rst
+++ b/docs/library/pyb.RTC.rst
@@ -41,14 +41,6 @@ Methods
``weekday`` is 1-7 for Monday through Sunday.
``subseconds`` counts down from 255 to 0
-
- .. only:: port_wipy
-
- The 8-tuple has the following format:
-
- ``(year, month, day, weekday, hours, minutes, seconds, milliseconds)``
-
- ``weekday`` is 0-6 for Monday through Sunday.
.. only:: port_pyboard
@@ -88,14 +80,3 @@ Methods
usable calibration range is:
(-511 * 0.954) ~= -487.5 ppm up to (512 * 0.954) ~= 488.5 ppm
-.. only:: port_wipy
-
- .. method:: rtc.callback(\*, value, handler=None, wake_from=pyb.Sleep.ACTIVE)
-
- Create a callback object triggered by a real time clock alarm.
-
- - ``value`` is the alarm timeout in milliseconds. This parameter is required.
- - ``handler`` is the function to be called when the callback is triggered.
- - ``wake_from`` specifies the power mode from where this interrupt can wake
- up the system.
-