// PICkit 2 Lesson file header

#ifndef PICKIT_H
#define PICKIT_H

/** D E F I N I T I O N S ****************************************************/
#define Switch_Pin      PORTBbits.RB0
#define DetectsInARow   5

/** E X T E R N S ***************************************************/
// declare variables accessible by other files.

/** P R O T O T Y P E S *****************************************/
// function prototypes
