/////////////////////////////////////////////////////////////////////// // Filename: frames.h // // Synopsis: Frame buffering/processing function declarations // // Authors: Michael G. Morrow // // Date of Last Revision: 10/3/2002 // // Copyright (c): 2001-2002 by Michael G. Morrow. All rights reserved. /////////////////////////////////////////////////////////////////////// // defined in ISRs.c void ZeroBuffers(); void ProcessBuffer(); int IsBufferReady(); int IsOverRun();