Created
September 23, 2013 04:06
-
-
Save willluongo/6666393 to your computer and use it in GitHub Desktop.
Arduino build for Sublime Text using ino(https://github.com/amperka/ino)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"selector": "source.arduino", | |
"cmd": ["ino", "build"], | |
"variants": [ | |
{ "cmd": ["ino", "upload"], | |
"name": "Run" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment