f7cade4c6a1e6b2674bea819fd951a576ce358a4
[svn42.git] / dart / README
1 Realraum tuer instructions:
2
3 1. install avr-gcc and tools:
4     $ sudo aptitude install gcc-avr avr-libc avrdude
5
6 2. download arduino version 0015 exactly:
7     $ wget http://arduino.googlecode.com/files/arduino-0015-linux.tgz
8
9 3. unpack and add link:
10     $ tar -xzf arduino-0015-linux.tgz
11     $ ln -s arduino-0015 arduino
12     
13 4. update Makefile variables INSTALL_DIR and PORT to your needs
14
15 5. build it
16     $ make
17
18 6. flash it (press reset)
19     $ make upload 
20
21
22
23 Arduino OneWire Lib 2.0:
24 http://www.pjrc.com/teensy/td_libs_OneWire.html
25
26 Dallas Temperature Library:
27 http://download.milesburton.com/Arduino/MaximTemperature/DallasTemperature_350.zip