Skip to content

Commit 3dfe51f

Browse files
docs: Add reference to microREPL in REPL page (bbcmicrobit#785)
Co-authored-by: Carlos Pereira Atencio <[email protected]>
1 parent 58405de commit 3dfe51f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/devguide/repl.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Using a serial communication program
3434
The `Mu Editor <https://codewith.mu/en/tutorials/1.1/repl>`_ has built-in
3535
support for REPL and even includes a real-time data plotter.
3636

37+
`microREPL <https://github.com/ntoll/microrepl>`_ is an easy to use python
38+
serial terminal that detects and connects to the micro:bit automatically.
39+
To exit microREPL press ``CTRL`` + ``]`` on your keyboard.
40+
3741
Some other common options are `picocom` and `screen`. You will need to install
3842
a program and read the appropriate documentation to understand the basics of
3943
connecting to a device.

0 commit comments

Comments
 (0)