Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

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

Header file for Zener


based on the Gen 2 Events and Services Framework

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

#ifndef Zeener_H
#define Zeener_H

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

#include "ES_Events.h"
#include "ES_Port.h" // needed for definition of REENTRANT

// Public Function Prototypes

bool InitZener(uint8_t Priority);


bool PostZener(ES_Event_t ThisEvent);
ES_Event_t RunZener(ES_Event_t ThisEvent);

#endif /* ServTemplate_H */

You might also like