DeviceSample.h
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/**
********************************************************************
* @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/JZ_H1_series/JZ_H1E/JZ_h1e.h"
#include "DeviceSample/JZ_H1_series/JZ_H1T/JZ_h1t.h"
#include "DeviceSample/JZ_H10_series/JZ_H10/JZ_h10.h"
#include "DeviceSample/JZ_H10_series/JZ_H10T/JZ_h10t.h"
#include "DeviceSample/JZ_H150S_H150T/JZ_h150s_h150t.h"
#include "DeviceSample/JZ_U3_series/JZ_U3/JZ_u3.h"
#include "DeviceSample/JZ_U3_series/JZ_U3S/JZ_u3s.h"
#include "DeviceSample/JZ_U3_series/JZ_U3D/JZ_u3d.h"
#include "DeviceSample/JZ_U3_series/JZ_U30/JZ_u30.h"
#include "DeviceSample/JZC1/JZC1.h"
#include "TF_A1/TF_a1.h"
/* Includes ------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
#ifdef __cplusplus
}
#endif
#endif