

Wait(5);                      //wait for 5ms
Time_Out(500ms);              //time out = 1 second;
while(DRIVER);  <<<<<<<\  
while(!DRIVER); <<<<<<</ These are the question, why driver and then !....?
Wait(0);
if(DRIVER)

