docs/machine: reset_cause() has been implemented for esp8266.

pull/1993/merge
Paul Sokolovsky 2016-04-17 17:40:08 +03:00
rodzic 50e4fa5e19
commit 67ece47121
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -14,11 +14,9 @@ Reset related functions
Resets the device in a manner similar to pushing the external RESET
button.
.. only:: port_wipy
.. function:: reset_cause()
.. function:: reset_cause()
Get the reset cause. See :ref:`constants <machine_constants>` for the possible return values.
Get the reset cause. See :ref:`constants <machine_constants>` for the possible return values.
Interrupt related functions
---------------------------