updated win32 example with full source code

This commit is contained in:
strawmanbobi
2019-01-17 21:27:44 +08:00
parent b2f0dc6d0c
commit e8a4dd161c
65 changed files with 5665 additions and 320 deletions

View File

@@ -0,0 +1,28 @@
/**************************************************************************************
Filename: ir_utils.c
Revised: Date: 2016-10-26
Revision: Revision: 1.0
Description: This file provides generic utils for IR frame build
Revision log:
* 2016-10-01: created by strawmanbobi
**************************************************************************************/
#ifndef _IRDA_IRFRAME_H_
#define _IRDA_IRFRAME_H_
#ifdef __cplusplus
extern "C"
{
#endif
#include "ir_defs.h"
extern UINT16 create_ir_frame();
#ifdef __cplusplus
}
#endif
#endif // _IRDA_IRFRAME_H_