File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# VSCode 最好用的 MicroPython 插件
22
3+ VSCode 最好用的 MicroPython 插件,为 MicroPython 开发提供了强大的开发环境,主要特性如下:
4+
5+ - 支持通过网络、USB 或串口的方式连接开发板
6+ - 支持 MicroPython REPL 交互环境
7+ - 提供丰富的示例代码
8+ - 支持自动同步工程代码
9+ - 支持在设备上运行示例代码
10+ - 支持运行选中的代码片段
11+ - 支持多款 MicroPython 开发板
12+ - 支持基于 MicroPython 的代码智能补全
13+
314## 准备工作
415
516本插件依赖 Microsoft Python 插件,并且使用 Python 脚本,因此需要做如下准备:
617
7181 . 安装 Microsoft Python 插件
8- 2 . 按照 Python 插件的提示在 PC 上安装 Python3 并加入系统环境
19+ 2 . 按照 Python 插件的提示在 PC 上安装 Python3 并加入到系统环境变量中
920
1021![ Python plug] ( assets/install_python_plug.png )
1122
3243- 提供丰富的 MicroPython 代码示例程序
3344
3445![ example_code] ( assets/example_code.png )
35-
46+
3647- 支持在设备上直接运行示例代码
3748
3849![ run_example_code] ( assets/run_example_code.png )
5061## 注意事项
5162
5263- 请选择 PowerShell 作为默认终端
64+
5365在 PowerShell 终端中输入 ` Set-ItemProperty HKCU:\Console VirtualTerminalLevel -Type DWORD 1 ` 可以解决退格键等显示乱码的问题。
5466
You can’t perform that action at this time.
0 commit comments