/****************************************************************************/
/* Copyright 2010 MBARI.                                                    */
/* MBARI Proprietary Information. All rights reserved.                      */
/****************************************************************************/
#ifndef ANALOG_H
#define ANALOG_H

/* init registers */
void anaInit(); 
int anaGetSample(int channel);

#endif

