diff options
| author | Daniel Campora <daniel@wipy.io> | 2015-06-11 15:53:31 +0200 |
|---|---|---|
| committer | Daniel Campora <daniel@wipy.io> | 2015-06-16 15:45:24 +0200 |
| commit | ea2cc2b907c2c82283f7f06c9538008b51051d84 (patch) | |
| tree | 3a865e7794a9f5fa5d1c1e185283b242886b748c /docs/library/pyb.rst | |
| parent | cdfa11f5503b53824d1c0552ae5fda64422202da (diff) | |
docs: Add more documentation for the CC3200 in the pyb module.
Diffstat (limited to 'docs/library/pyb.rst')
| -rw-r--r-- | docs/library/pyb.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst index 5b682e2d6..478ca7f27 100644 --- a/docs/library/pyb.rst +++ b/docs/library/pyb.rst @@ -247,7 +247,7 @@ Miscellaneous functions .. function:: repl_uart(uart) - Get or set the UART object that the REPL is repeated on. + Get or set the UART object where the REPL is repeated on. .. only:: port_pyboard @@ -269,13 +269,13 @@ Miscellaneous functions .. function:: unique_id() - Returns a string of 12 bytes (96 bits), which is the unique ID for the MCU. + Returns a string of 12 bytes (96 bits), which is the unique ID of the MCU. .. only:: port_wipy .. function:: unique_id() - Returns a string of 6 bytes (48 bits), which is the unique ID for the MCU. + Returns a string of 6 bytes (48 bits), which is the unique ID of the MCU. This also corresponds to the ``MAC address`` of the WiPy. Classes |
