Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions

iec60335_class_b_post.h

Go to the documentation of this file.
00001 /***************************************************************************/
00028 #ifndef __IEC60335_CLASS_B_POST_H__
00029 #define __IEC60335_CLASS_B_POST_H__
00030 
00036 #include "iec60335_class_b_typedef.h"
00037 
00038 #ifdef __cplusplus
00039 extern "C"
00040 {
00041 #endif /* __cplusplus */
00042 
00049 void IEC60335_ClassB_POST(void);
00050 
00051 #ifdef __cplusplus
00052 }
00053 #endif /* __cplusplus */
00054 
00059 #endif  /* __IEC60335_CLASS_B_POST_H__ */
00060 
00061 /************************************** EOF *********************************/