If you are using Arch Linux you might be interested to know I uploaded a package named ino-1.6-git on AUR. It has been patched to work with the latest version of the Arduino SDK.
Installation
yaourt ino-1.6-gitsudo gpasswd -a $USER tty
sudo gpasswd -a $USER uucp
sudo gpasswd -a $USER lock
Log out and in again, or reboot.
Quick Start:
cd my-arduino-projectino init
$EDITOR src/sketch.ino
ino build
ino upload
Happy Arduino-ing!
No comments:
Post a Comment