summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/machine.rst
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-17 17:40:08 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-17 17:40:08 +0300
commit67ece47121fb34fecba12dc3c0cb2c9823fe8d46 (patch)
tree865a9ea4653c982392e99f5c4a1966e653f46af1 /docs/library/machine.rst
parent50e4fa5e197dddcb233a8fdb3ee69c25a32f6586 (diff)
downloadmicropython-67ece47121fb34fecba12dc3c0cb2c9823fe8d46.tar.gz
micropython-67ece47121fb34fecba12dc3c0cb2c9823fe8d46.zip
docs/machine: reset_cause() has been implemented for esp8266.
Diffstat (limited to 'docs/library/machine.rst')
-rw-r--r--docs/library/machine.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/library/machine.rst b/docs/library/machine.rst
index b4d25ceb3c..05927e5b42 100644
--- a/docs/library/machine.rst
+++ b/docs/library/machine.rst
@@ -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
---------------------------