用 Stino 在 Sublime Text 上写 Arduino 程序
简介
Stino 是一款 Sublime Text 插件,可以用于替代官方 Arduino IDE。
项目地址:https://github.com/Robot-Will/Stino
比如:
- 编写 Arduino 程序
- 上传 Arduino 程序
- 编译 Arduino 程序
- 串口监视器功能
- 自动格式化代码
- 管理项目库、官方示例
- 等功能
例图:
安装
Github 原地址: https://github.com/Robot-Will/Stino#installation
需要先安装的软件:
- Sublime Text
- Arduino IDE
这插件还是测试版,所以安装过程如下:
-
如果之前有装过它的旧版本,请先删掉。
-
打开指令面板(
Ctrl + Shift + P
),选择Package Control: Add Repository
指令。 -
复制以下地址,然后粘贴到 Sublime Text 下方的输入框中。
https://github.com/gepd/Stino/tree/new-stino
-
打开指令面板,选择
Package Control: Install Package
, 然后选择Stino
.
// Thank you to @jggdotcom for the instructio
评论
发表评论