/* 
 * File:   MiscLabels.h
 * Author: Nik
 *
 * Created on April 19, 2013, 3:47 PM
 */

#ifndef MISCLABELS_H
#define	MISCLABELS_H

#define LISTEN_L PORTDbits.RD7
#define LISTEN_B PORTDbits.RD6

#define QUAD_SIG_A PORTDbits.RD4
#define QUAD_SIG_B PORTDbits.RD5

#define MODE_1 PORTDbits.RD13
#define MODE_2 PORTDbits.RD12

#define I2C1_SCL1 PORTGbits.RG2
#define I2C1_SDA1 PORTGbits.RG3


#ifdef	__cplusplus
extern "C" {
#endif




#ifdef	__cplusplus
}
#endif

#endif	/* MISCLABELS_H */

