1 Realraum tuer instructions:
3 1. install avr-gcc and tools:
4 $ sudo aptitude install gcc-avr avr-libc avrdude
6 2. download arduino version 0015 exactly:
7 $ wget http://arduino.googlecode.com/files/arduino-0015-linux.tgz
9 3. unpack and add link:
10 $ tar -xzf arduino-0015-linux.tgz
11 $ ln -s arduino-0015 arduino
13 4. update Makefile variables INSTALL_DIR and PORT to your needs
18 6. flash it (press reset)
23 Arduino OneWire Lib 2.0:
24 http://www.pjrc.com/teensy/td_libs_OneWire.html
26 Dallas Temperature Library:
27 http://download.milesburton.com/Arduino/MaximTemperature/DallasTemperature_350.zip