0% found this document useful (0 votes)
154 views1 page

Irsensor H

Uploaded by

api-272643960
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
154 views1 page

Irsensor H

Uploaded by

api-272643960
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

Header file for Test Harness Service0


based on the Gen 2 Events and Services Framework
****************************************************************************/
#ifndef IRSensor_H
#define IRSensor_H
#include "ES_Configure.h"
#include "ES_Types.h"
#include "ES_Events.h"
// Public Function Prototypes
bool InitIRSensor ( uint8_t Priority );
bool PostIRSensor( ES_Event ThisEvent );
ES_Event RunIRSensor( ES_Event ThisEvent );
#endif /* IRSensor_H */

You might also like