General notes:

	* Contains uC-OS II port from ucos_test version 0.6
	
	* P0.8 = Left indicator
	* P0.9 = Right indicator

Version 0.1
-----------

Initial version, added indicator_1.0.zip

	indicator_test.c
	indicator_test.mk
	
		The indicator_test program and makefile
		Builds and verifies the working on the indicators based on LEDs 
		P0.8 and P0.9 on the prototype board.
		
	indicator.c
	indicator.h
	
		The indicator task and interface definitions
		
	doc/State Machine for Indicator Task.vsd
	doc/State Machine for Indicator Task.pdf
	
		State mchine overview of the indicator task
		
	doc/Quest Control Design.doc
	
		Design notes & interface descriptions of the different tasks
	
Version 0.2
-----------

Start adding speedometer

	tasks.h
	
		include general task & stack definitions of indicatorTask and
		odoTask
		
	indicator_task.h
	
		Changed for tasks.h

	odo_task.c
	odo_task.h
	
		Odo/Speedo-meter task and interface definitions
		(initial test, only contains basic counter and calculates
		 current speed)
		
	main.c
	
		Test for ometer_task
		