We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b7022 commit 28d4b94Copy full SHA for 28d4b94
1 file changed
docs/library/machine.rst
@@ -11,7 +11,7 @@ Reset related functions
11
12
.. function:: reset()
13
14
- Resets the WiPy in a manner similar to pushing the external RESET
+ Resets the device in a manner similar to pushing the external RESET
15
button.
16
17
.. function:: reset_cause()
@@ -87,7 +87,7 @@ Miscellaneous functions
87
.. function:: unique_id()
88
89
Returns a string of 6 bytes (48 bits), which is the unique ID of the MCU.
90
- This also corresponds to the ``MAC address`` of the WiPy.
+ This also corresponds to the network ``MAC address``.
91
92
.. _machine_constants:
93
0 commit comments