Visual Stuido Code插件PlatformIO IDE开发arduino与ESP8266与stm32

今天在网上看到Visual Studio Code for arduino的介绍就下载了一个,没想到发现了一个新的插件PlatformIO IDE
支持如下平台,太夸张了
 
Visual Studio Code的安装文件非常小只有42M,插件库相当的丰富,更多资料去问度娘。
Visual Studio Code(以下简称VSCODE)是微软出品的代码编辑软件,它有着出色的代码编辑功能,十分强悍。
具体就不描述了
下载地址:https://code.visualstudio.com/Download
下载后安装,安装界面

 


然后点



 

最左下方的按钮《扩展》,搜索PlatformIO IDE,


 

安装,Visual Studio Code会自动安装 PlatformIO IDE 到电脑中。

PlatformIO IDE的官网 http://platformio.org/资源比较的丰富
 

Please follow to the official documentation PlatformIO IDE for VSCode.

http://docs.platformio.org/en/latest/ide/vscode.html#quick-start




Create new project
创建一个新的工程

In terminal, run platformio init --board <your_board_identifier> to initialize a new PlatformIO project, then open the project folder in VS Code. Refer to User Guide for platformio init command. 

在软件中,运行platformio init--开发板型号(uno/mage2560等)初始化一个新的PlatformIO项目,然后打开VS代码中的项目文件夹。请参阅platformio init命令的用户指南。

发布了47 篇原创文章 · 获赞 28 · 访问量 18万+

猜你喜欢

转载自blog.csdn.net/x13163303344/article/details/81142946