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

  Header file for Test Harness Service0
  based on the Gen 2 Events and Services Framework

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

#ifndef ColorDetection_EventChecker_H
#define ColorDetection_EventChecker_H

#include <stdint.h>
#include <stdbool.h>

#include "ES_Events.h"

//Event checker function
bool CheckNewBall(void);

#endif /* ServTemplate_H */