Skip to content

Commit 7da95a8

Browse files
committed
【完善】english 说明
1 parent 749a4f9 commit 7da95a8

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

docs/MicroPythonPlug-in/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The firmware for the development boards numbered 1, 2, and 3 is provided by rt-t
157157

158158
1. Using plug-in under the Windows operating system requires changing the default terminal of vscode to powershell, as shown below:
159159

160-
![select_powershell](assets/select_powershell.gif)
160+
![select_powershell](assets/en_select_powershell.gif)
161161

162162
If you want to use the MicroPython autocompletion feature (you can skip the next step if you don't need autocompletion for now), you need to do the following:
163163

@@ -183,13 +183,13 @@ Note: the configuration change requires **to restart the operating system** for
183183

184184
The first step in MicroPython development is to create a MicroPython project within which all subsequent operations must run. There are two ways to create a new MicroPython project, a blank project and a demo-based project, which are shown below.
185185

186-
![create_blank_dir](assets/create_blank_prj.gif)
186+
![create_blank_dir](assets/en_create_blank_project.gif)
187187

188188
### Connecting development board
189189

190190
You can connect to the MicroPython development board by clicking the connection button in the lower left corner and then selecting the device you want to connect to in the pop-up list of devices.
191191

192-
![uart_connect](assets/uart_connect.gif)
192+
![uart_connect](assets/en_connect_board.gif)
193193

194194
### View the sample code file
195195

@@ -201,13 +201,13 @@ The MicroPython plug-in provides a wealth of sample code and library files to vi
201201

202202
After successful connection of the development board, right click on the sample code file, select 'download and run the MicroPython file' on the device from the menu, and the sample file can be downloaded to the development board and run, as shown below:
203203

204-
![run_example](assets/run_example.gif)
204+
![run_example](assets/en_run_example_files.gif)
205205

206206
### Run MicroPython code snippets on the development board
207207

208208
If you just want to debug a small amount of code without downloading files to the development board, you can use the **code snippet** function.You can run the selected code in the REPL environment by selecting the snippet you want to run in the editor, and then selecting the 'execute the selected MicroPython code' option on the device from the right-click menu.
209209

210-
![run_code_snippet](assets/run_code_snippet.gif)
210+
![run_code_snippet](assets/en_run_snippets.gif)
211211

212212
### Intelligent code completion based on MicroPython
213213

233 KB
Loading
525 KB
Loading
476 KB
Loading
550 KB
Loading
201 KB
Loading

0 commit comments

Comments
 (0)