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
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:
163
163
@@ -183,13 +183,13 @@ Note: the configuration change requires **to restart the operating system** for
183
183
184
184
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.
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.
191
191
192
-

192
+

193
193
194
194
### View the sample code file
195
195
@@ -201,13 +201,13 @@ The MicroPython plug-in provides a wealth of sample code and library files to vi
201
201
202
202
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:
203
203
204
-

204
+

205
205
206
206
### Run MicroPython code snippets on the development board
207
207
208
208
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.
209
209
210
-

210
+

211
211
212
212
### Intelligent code completion based on MicroPython
0 commit comments