diff options
Diffstat (limited to 'docs/library/pyb.RTC.rst')
-rw-r--r-- | docs/library/pyb.RTC.rst | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/library/pyb.RTC.rst b/docs/library/pyb.RTC.rst index 4b5f4e6b4..51b17decc 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. - |