/**************************************************************************************************/
/* LOW VOLTAGE LOAD SWITCHER BOARD																  */
/* Copyright 2010 MBARI.                                                    					  */
/* MBARI Proprietary Information. All rights reserved.                      					  */
/* FILENAME:		potentiometer.h																  */
/* DESCRIPTION:		This file contains prototypes for functions relating to the operation 		  */
/*					of the board's digital potentiometers.										  */
/* FUNCTION LIST:	PotReset(int device_select)													  */
/*					PotWP(int device_select)													  */
/**************************************************************************************************/

void potReset(int pot_select);
int potReadWrite(int pot_select, int cmd, int wiper, int value);
void potIncrDecr(int pot_select, int cmd, int wiper, int cycles);
void potDefault(int pot_select, int wiper);