DeviceSample.h
791 字节
/**
********************************************************************
* @file DeviceSample.h
* DeviceSample.h的头文件
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef DEVICE_SAMPLE_H
#define DEVICE_SAMPLE_H
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
#include "DeviceSample/JZC1/JZC1.h"
/* Includes ------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
#ifdef __cplusplus
}
#endif
#endif