******************************************************* * gotc.bat : batch file for use TC 2.0 * gomsc.bat : batch file for use MSC 5.0/6.0 * demo96.prj : project file for TC++3.0 or BC++ 3.1 ******************************************************* DEMO96 Demonstration for use Timer functions Use user timer function to change 5DigitalLed in different time interval. functions used: TimerOpen --> start to use timer TimerClose--> stop to use timer InstallUserTimer --> install user timer function press 'q' to quit program. 5DigitLed will show 0 to F, position 1 will be update every 1 sec position 2 will be update every 0.5 sec position 3 will be update every 0.4 sec position 4 will be update every 0.3 sec position 5 will be update every 0.2 sec