/****************************************************************************/
/* Copyright 2010 MBARI.                                                    */
/* MBARI Proprietary Information. All rights reserved.                      */
/****************************************************************************/
#include <p24fxxxx.h>
#include "misc.h"

void regInit()
{

}

int regCmd(unsigned int cmd)
{

    return 0;
}

void regWrite(unsigned int address, unsigned int data)
{

}

unsigned int regRead(unsigned int address)
{

    return 0;
}

