You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/micropython/02.environment/05.repl/repl.md
-3
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,6 @@ The REPL process involves four basic steps:
20
20
21
21
Think of REPL as a conversation between you and your MicroPython environment, where each line you type gets an instant response, making it ideal for exploring ideas and troubleshooting.
22
22
23
-
24
-
25
-
26
23
## How REPL Works in MicroPython
27
24
28
25
In MicroPython, REPL can be accessed via Arduino Labs for MicroPython terminal, enabling you to run code in real-time directly on your device. Here’s a step-by-step guide on using it:
0 commit comments