H3_ircut.h
921 字节
/**
********************************************************************
* @file
*
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef H3_IRCUT_H
#define H3_IRCUT_H
/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode H3_ircut_init();
T_JZsdkReturnCode H3_ircut_set_amplifier(int ircut_mode);
T_JZsdkReturnCode H3_ircut_pwm(int pwm_duty);
#ifdef __cplusplus
}
#endif
#endif