OWGridEye Library for Arduino  version: 1.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
grideye_api_common.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright(C) by 2015 Panasonic Corporation.
3  ******************************************************************************/
4 #ifndef __GRIDEYE_API_COMMON_H
5 #define __GRIDEYE_API_COMMON_H
6 
7 
8 /*******************************************************************************
9  type definition
10 *******************************************************************************/
11 typedef unsigned char BOOL;
12 typedef unsigned char UCHAR;
13 typedef unsigned short USHORT;
14 typedef unsigned long ULONG;
15 typedef signed char CHAR;
16 
17 
18 #endif /* __GRIDEYE_API_COMMON_H */
19 /*******************************************************************************
20  * Copyright(C) by 2015 Panasonic Corporation.
21  ******************************************************************************/
22 
unsigned char UCHAR
Definition: grideye_api_common.h:12
signed char CHAR
Definition: grideye_api_common.h:15
unsigned short USHORT
Definition: grideye_api_common.h:13
unsigned char BOOL
Definition: grideye_api_common.h:11
unsigned long ULONG
Definition: grideye_api_common.h:14