/****************************************************************************
 Header file for Event Checker
 ****************************************************************************/

#ifndef ChkEvents_H
#define ChkEvents_H

// Event Definitions
#include "SMEvents.h"
#include "SMMaster.h"

// Public Function Prototypes
/****************************************************************************
 Function
 CheckEvents

 Returns
 Event_t - the current, or most recent, event happening
 ****************************************************************************/
Event_t CheckEvents(void);

#endif /*ChkEvents_H */