//Lathe High gears #include pins.h #include vars.h main() { portset(output_lathe_gears_high);// portclr(output_lathe_gears_low);//3 //change gears gvarset(5715,0);//GVAR_LATHE_GEARS 5715 timer=30; do { timer--; } while (timer>0); exit(99); //normal exit };