/**************************************************************************************************/
/* LOW VOLTAGE LOAD SWITCHER BOARD																  */
/* Copyright 2012 MBARI.                                                    					  */
/* MBARI Proprietary Information. All rights reserved.                      					  */
/* FILENAME:		adcnew.c																	  */
/* DESCRIPTION:		This file contains prototypes for functions relating to the operation of the  */
/*					board's external, 16-bit analog to digital converters.						  */
/* FUNCTION LIST:	adcRead(int channel, int quantity)											  */
/*																								  */
/**************************************************************************************************/

int adcRead(int quantity);