// $Header: /usr/local/scalawags_cvs/Scalawags/Frc2006/includes/adc.h,v 1.2 2005/05/13 23:33:35 abrown Exp $
/* The development system for the FRC has several .h files which
 * are proprietary to them.  We need to compile with "work alike"
 * versions when working under Linux.  The files in our includes
 * directory provide that function, while avoiding copyright issues.
 */
#ifndef ADC_H
  #define ADC_H

  #define ADC_16ANA  0xf0 // All analog
#endif
/*
 * $Log: adc.h,v $
 * Revision 1.2  2005/05/13 23:33:35  abrown
 * Explain purpose for file.  Remove __ from defines.
 *
 */

