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