/****************************************************************************/
/* Copyright 2011 MBARI.                                                    */
/* MBARI Proprietary Information. All rights reserved.                      */
/****************************************************************************/
#ifndef PERIPH_H
#define PERIPH_H

#include <p24fxxxx.h>


#define SPI1_CS_BIT LATBbits.LATB15
#define SIO_RESET_LINE ???


/* The purpose of periph.h is to #define spiCS, sioReset, etc. 

    e.g.    SPI1_CS_BIT LATBbits.LATB15
            SIO_RESET_LINE - only define if you need use it.
    

*/


#endif

