Using the "Mini 3 digit display" as a thermometer

Please have also a look at the README.htm in the main application directory.
Look in the directory hw for a pinout direcription of
the ds18s20 sensor.

Compile:
--------
A Makefile is included.

To compile use the command:
make 

Change the fuse bytes to 8MHz internal clock:
make fuse 

 or run the command:
   avrdude -p m8 -c avrusb500 -u -v -U lfuse:w:0xe4:m

The fuses are then set as follows:
 lfuse reads as E4
 hfuse reads as D9

Finally load the file main_therm.hex into the microcontroller:
make load

It is important to change the fuses settings as shown above.
To read the current fuse settings use:
make rdfuse

-------------------------------------------
Written by guido socher <guido at tuxgraphics.org>
-------------------------------------------