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