You are on page 1of 1

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

Header file for REFCommSM

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

#ifndef REFCommSM_H
#define REFCommSM_H

// State definitions for use with the query function


typedef enum { Wait2Send, SPISendByte } REFCommState_t ;

// Public Function Prototypes

ES_Event_t RunREFCommSM( ES_Event_t CurrentEvent );


void StartREFCommSM ( ES_Event_t CurrentEvent );
bool PostREFCommSM( ES_Event_t ThisEvent );
bool InitREFCommSM ( uint8_t Priority );

#endif /*REFCommSM_H */

You might also like