Skip to content

Instantly share code, notes, and snippets.

@willluongo
Created September 23, 2013 04:06
Show Gist options
  • Save willluongo/6666393 to your computer and use it in GitHub Desktop.
Save willluongo/6666393 to your computer and use it in GitHub Desktop.
Arduino build for Sublime Text using ino(https://github.com/amperka/ino)
{
"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