/*************************CoinSensor.h*************************/

#ifndef CoinSensor_h
#define CoinSensor_h

#define NO_EVENT    0
#define COIN_EVENT  1

//Module functions

void InitCoinSensor(char coin_line);
char CheckCoinEvent(void);


#endif