/* ================================================================================ This program pulses the left engine so the left engine moves forward very slow. The left odometer infrared transmitter and reciever diodes are used to detect the black and white markings on the inside of the left wheel. If a black surface is detected, the left red 'break' led will turn on, else it will turn off. ================================================================================ Program : Asuro 015, Build 001, Left wheel marking detection.c Release date : 2005-02-08 Author : Henk van Winkoop Build : 001, 2005-02-08, original release ================================================================================ */ //-------------------------------------------------------------------------------- // INCLUDES //-------------------------------------------------------------------------------- #include "hvwdefines.h" //================================================================================ // DELAY MILLI SECONDS //================================================================================ void vDelayMilliSeconds(int iDelMilSec){ //var unsigned int i,j; //handle all milli seconds for(i=0;i