diff options
Diffstat (limited to 'docs/wipy/tutorial/repl.rst')
-rw-r--r-- | docs/wipy/tutorial/repl.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/wipy/tutorial/repl.rst b/docs/wipy/tutorial/repl.rst index 87b296f886..ef69d91445 100644 --- a/docs/wipy/tutorial/repl.rst +++ b/docs/wipy/tutorial/repl.rst @@ -6,9 +6,11 @@ interactive MicroPython prompt that you can access on the WiPy. Using the REPL is by far the easiest way to test out your code and run commands. You can use the REPL in addition to writing scripts in ``main.py``. +.. _wipy_uart: + To use the REPL, you must connect to the WiPy either via :ref:`telnet <wipy_telnet>`, -or with a USB to serial converter wired to the one the two UARTs on the -WiPy. To enable REPL duplication on UART0 (the one accesible via the expansion board) +or with a USB to serial converter wired to one of the two UARTs on the +WiPy. To enable REPL duplication on UART0 (the one accessible via the expansion board) do:: >>> from machine import UART |