SunFounder pico_4wd_car
Finally, select the MicroPython (Raspberry Pi Pico) interpreter again, click the save as button, and re-save the debugged
code to your Raspberry Pi Pico.
• The G, H and I arrow icons allow you to run the program step by step, but can only be started after clicking on
the Degug icon. As you click on each arrow, you will notice that the yellow highlighted bar will indicate the
line or section of Python that is currently evaluating.
– G
: Take a big step, which means jumping to the next line or block of code.
– H
: Take a small step means expressing each component in depth.
– I
: Exit out of the debugger.
•
J
: Click it to return from debug mode to play mode.
•
K
: Use the stop icon to stop running code.
•
L
: Script Area, where you can write your Python code.
•
M
: Python Shell, where you can type a single command, and when you press the Enter key, the single command
will run and provide information about the running program. This is also known as REPL, which means “Read,
Evaluate, Print, and Loop.”
•
N
: Interpreter, where the current version of Python used to run your program is displayed, can be changed
manually to another version by clicking on it.
Note: NO MicroPython(Raspberry Pi Pico) Interpreter Option ?
• Check that your Pico is plugged into your computer via a USB cable.
• The Raspberry Pi Pico interpreter is only available in version 3.3.3 or higher version of Thonny. If you are
running an older version, please update.
58
Chapter 2. Appendix
Summary of Contents for Pico-4wd car
Page 1: ...SunFounder pico_4wd_car www sunfounder com Sep 21 2022 ...
Page 2: ......
Page 4: ...ii ...
Page 7: ...SunFounder pico_4wd_car SunFounder Pico 4wd Car Code Or check out the code at CONTENTS 3 ...
Page 8: ...SunFounder pico_4wd_car 4 CONTENTS ...
Page 37: ...SunFounder pico_4wd_car How it Work 1 6 6 Examples 33 ...
Page 44: ...SunFounder pico_4wd_car How it works 40 Chapter 1 Get Started ...
Page 56: ...SunFounder pico_4wd_car 52 Chapter 1 Get Started ...
Page 66: ...SunFounder pico_4wd_car 62 Chapter 4 Thank You ...