initial commit
This commit is contained in:
34
hal/hal_ircut/hal_interface_ircut.h
Executable file
34
hal/hal_ircut/hal_interface_ircut.h
Executable file
@@ -0,0 +1,34 @@
|
||||
#ifndef __HAL_IRCUT_H__
|
||||
#define __HAL_IRCUT_H__
|
||||
#include "hal.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 数据类型定义
|
||||
//
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
/*ircut init interface define,should be implement if needed*/
|
||||
uint32_t hal_ircut_init();
|
||||
|
||||
/*ircut deinit interface define,should be implement if needed*/
|
||||
uint32_t hal_ircut_deinit();
|
||||
|
||||
/*ircut get mode interface define,must be implement*/
|
||||
IRCUT_MODE hal_ircut_mode_get();
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* __HAL_IRCUT_H__ */
|
||||
Reference in New Issue
Block a user