SearchLight_V3S.h
940 字节
/**
********************************************************************
* @file SearchLight_V3S.h
* SearchLight_V3S的头文件
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef SEARCHLIGHT_V3S_H
#define SEARCHLIGHT_V3S_H
/* Includes ------------------------------------------------------------------*/
#include "./SearchLight_V3S_U3/SearchLight_V3S_U3.h"
#include "./SearchLight_V3S_H1T/SearchLight_V3S_H1T.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
#ifdef __cplusplus
}
#endif
#endif