home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d904 / idleled.lha.pi < prev    next >
Text File  |  1994-03-27  |  593b  |  23 lines

  1. .name
  2. IdleLED
  3. .description
  4. Turns the power LED off when the CPU is idle.  It operates
  5. using timerA on CIAB.  This is continuously reset by the idle
  6. task running at low priority (-127).  When the idle task is
  7. preempted by anything, the timer is allowed to underflow
  8. causing the interrupt server to run which turns on the power
  9. light.  Next time the idle task runs, it immediately turns off
  10. the power light.  
  11. .short
  12. Turn power LED off when the CPU is idle
  13. .type
  14. OS Utility
  15. .version 
  16. 1.0a
  17. .source
  18. Includes source.
  19. .author  
  20. Lindsay Meek
  21. .described-by
  22. David Zaroski (cz253@cleveland.freenet.edu)
  23.