******************************************************* * gotc.bat : batch file for use TC 2.0 * gomsc.bat : batch file for use MSC 5.0/6.0 * demo95.prj : project file for TC++3.0 or BC++ 3.1 ******************************************************* DEMO95 Demonstration for use Timer functions. Use UserTimer function to Flash LED every 0.5 sec functions used: TimerOpen --> start to use timer TimerClose --> stop use timer InstallUserTimer --> install user's timer function.after install, user's timer function will be called every 1 ms. So the function must not run over 1 ms. press 'q' to quit program.