home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0904.lha / IdleLED / IDLE_LED.Readme < prev    next >
Text File  |  1993-08-26  |  629b  |  16 lines

  1.  
  2. Program:    Idle Led
  3. Version:    1.0a    7/7/93
  4. Author:        Lindsay Meek (meek@fizzy.csu.murdoch.edu.au)
  5.  
  6. Description:    Whenever the CPU is busy, the power led goes on else it is off.
  7.         It operates using timerA on CIAB. This is continuosly reset
  8.         by the idle task running at low priority (-127). When the
  9.         idle task is preempted by anything, the timer is allowed to
  10.         underflow causing the interrupt server to run which turns on
  11.         the power light. Next time the idle task runs, it immediately
  12.         turns off the power light.
  13.         
  14.         Modifying the timer reload value below will change the
  15.         responsiveness of the led to the changes in CPU load. 
  16.