/****************************************************************************/
/* Copyright 2009-2013 MBARI.                                               */
/* MBARI Proprietary Information. All rights reserved.                      */
/****************************************************************************/
/* Written by Mike Risi for Respirometer project in 2009                    */
/* Modified by Bob Herlien for SensorNode for xFOCE, May 2013               */
/****************************************************************************/
#ifndef PERIPH_H
#define PERIPH_H

#include "p24Fxxxx.h"

/* periphInit disables watchdog and unused peripherals, initializes all I/O 
direction registers, and maps remappable periperhal pins. */
void periphInit();

#endif

