3e0
HTTP/1.1 200 OK
Date: Sat, 18 Jun 2005 20:11:36 GMT
Server: Apache/1.3.26 (Unix) Debian GNU/Linux mod_perl/1.26 mod_ssl/2.8.9 OpenSSL/0.9.6g PHP/4.1.2
Last-Modified: Thu, 07 Sep 2000 23:34:17 GMT
ETag: "95c9a5-3e0-39b825f9"
Accept-Ranges: bytes
Content-Length: 992
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: text/x-chdr

// filename  COP12.H 
// Computer Operating Properly (COP) will cause
//   a reset after 2 seconds if your program does not
//   write 0x55 then write 0xAA to the COPRST port
// COP reset could have been disabled by writing COPCTL=0;
// In this module however, COP is active
// Consequently, this module will create a TOF thread
//   to keep the active COP from generating a COP reset
// Add COP12.H and COP12.C files to your application, and
//   call COPinit() after your initialization so that a
//   background TOF interrupt thread can handle COP  
// This module will also make Port T bit 6 an output,
//   and toggle 
0

its value
// Last modified 8/17/00 by Jonathan W. Valvano
 
// Copyright 2000 by Jonathan W. Valvano, valvano@uts.cc.utexas.edu 
//    You may use, edit, run or distribute this file 
//    as long as the above copyright notice remains 

// Initialize TOF interrupts, enable timer,
// make PT6 an output, and enable interrupts 
void COPinit(void);
