/****************************************************************************

  Header file for IR Beacon Sensing module for ME218B Team 3 Project

 ****************************************************************************/

#ifndef BeaconSense_H
#define BeaconSense_H

#include "ES_Framework.h"

// Public Function Prototypes

void InitializeBeaconSense(void);
void BeaconRearISR(void);

void EnableRearBeaconInterrupts(void);

#endif /* BeaconSense_H */