James Paul wrote: > I am in need of a 10 mS and a 100 mS routine to run on a PIC. > I know I can write them, but if there are some out there, it > would be quicker to use those already written. If you have > such an animal, and would feel like sharing it, or have a > pointer to one, please let me know ASAP. I am trying to do > a quick and dirty test fixture, and time is short. Help me > out if you can. ; PAUSE time ; A general-purpose delay routine that puts the PIC into a do-nothing ; loop for a 16-bit number of milliseconds (1 to 65535) at 4 MHz. Requires ; 16 cycles of overhead for call, return and other processing. found at: http://www.dontronics.com/convert2.html#pause Don McKenzie mailto:don@dontronics.com http://www.dontronics.com World's Largest Range of Atmel/AVR and PICmicro Hardware and Software. Free Basic Compiler and Programmer http://www.dontronics.com/runavr.html