Scoringsm
Scoringsm
****************************************************************************/
#ifndef ScoringSM_H
#define ScoringSM_H
#include <stdint.h>
#include <stdbool.h>
#include "ES_Events.h"
//defining thresholds
#define T1 900
#define T2 700
#define T3 300
#define T4 150
#endif /* ScoringSM_H */