The ATMega32 has to have the fuses set as follows:
	high fuse 0xcf
	low fuse  0xff

The panfi.hex file is the hex code which goes into the flash memory, the file panfi.eep is the hex code which goes into the EEPROM memory.

The project was compiled using AVR-GCC and using the makefile which is also included.  The makefile
correctly links in the lcd.c code.  This compilation was done using a rather old copy of AVR-GCC.  There may
be some minor correction needed if you use a more current version.

	Jim Koehler, Comox, BC
	12 April, 2007
