ircut.h
879 字节
/**
********************************************************************
* @file
*
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef IRCUT_H
#define IRCUT_H
/* Includes ------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
void Ircut_Init();
int Ircut_uInit() ;
void set_amplifier(int amplifier_mode);
int Ircut_PWM_control(int pwm_num);
#ifdef __cplusplus
}
#endif
#endif