------------------------------------------------------------------------------
		 HI-TECH PICC Compiler Sample Files


This directory contains sample code and projects for use with the PICC
compiler and HI-TIDE. 

In this directory:

	|--> A2Demo		ADC code
	|
	|
	|--> BootLoaderDemo	A bootloader for the 16F87x processors
	|
	|
	|--> delay		Routines for doing a software delay
	|
	|
	|--> i2c		I2C code
	|
	|
	|--> intrpt		Example demonstrating interrupts
	|
	|
	|--> InterruptDemo	HI-TIDE project demonstrating the use of interrupts
	|
	|
	|--> LCDemo		Code to control an LCD
	|
	|
	|--> misc		Miscellaneous routines
	|
	|
	|--> picdem2		A demonstration program for the PICDEM2 board
	|
	|
	|--> Rtc		Real-time clock example
	|
	|
	|--> serial		Routines for serial communication
	|
	|
	|--> split		Code to accompany the Split Code for PIC's
	|			tutorial in the user manual
	|
	|--> TimerDemo		Code demonstrating the use of timers
	|
	|
	|--> usart		Code for controlling the USART


------------------------------------------------------------------------------


