Project

General

Profile

Revision 324

Added by Kevin Woo over 16 years ago

Commented analog.c and analog.h.

Brian forgot to update bom.c and rangefinder.c to use analog_get8 and
analog8 respecitively when he swapped the function names in analog.c.
This has been fixed. Code not tested or compiled but should be ok.

View differences:

bom.c
141 141
		else
142 142
			output_low(MONK0);
143 143
		
144
		a = analog8(MONKI);
144
		a = analog_get8(MONKI);
145 145
	          
146 146
		if (a < h)
147 147
		{

Also available in: Unified diff