Go to file
TimEvWw 3220bbd380 ignoring build directory 2014-07-13 20:13:28 -01:00
lib moving source for command line tool compatibility 2014-05-22 20:22:40 -01:00
src end stop handling 2014-07-13 20:12:01 -01:00
.gitignore ignoring build directory 2014-07-13 20:13:28 -01:00
LICENSE Initial commit 2014-05-04 14:52:02 -07:00
README.md Update README.md 2014-05-22 23:29:33 +02:00
ino.ini moving source for command line tool compatibility 2014-05-22 20:22:40 -01:00

README.md

farmbot-arduino-controller

This software is responsible for receiving G-Codes from the Raspberry Pi, execute them and report back the results.

Technicals

Created with eclipseArduino V2 - For more details see http://www.baeyens.it/eclipse/

Command line flash tool installation

(in progress)

sudo apt-get install gcc-avr avr-libc avrdude python-configobj python-jinja2 python-serial

mkdir tmp

cd tmp

git clone https://github.com/miracle2k/python-glob2

cd python-glob2

sudo python setup.py install

git clone git://github.com/amperka/ino.git

make install

Command line flash tool use

ino build ino upload