austinbv / dino

Dino is a ruby gem that helps you bootstrap prototyping with an Arduino
MIT License
388 stars 84 forks source link

Quick Build Script #47

Closed vickash closed 11 years ago

vickash commented 11 years ago

See gist here: https://gist.github.com/vickash/5689468

Should help those of us working on the Arduino side code by easing the compile + upload process and letting us avoid the IDE and use any text editor. Has the Mac executable hard-coded into it, but should be easy to adapt for Linux.

austinbv commented 11 years ago

do you want this in the repo?

vickash commented 11 years ago

I'll clean up the the CLI and make this cross-platform when I have some time and add it in at that point. Just wanted to put up a link in the meantime.