Library for MAXREFDES131 OneWire GridEYE sensor interface

Dependents:   MAXREFDES131_Qt_Demo MAXREFDES130_131_Demo

grideye_api_common.h

Committer:
j3
Date:
2016-09-26
Revision:
12:4b7ac3b21d91
Parent:
1:9e457e35e2e3

File content as of revision 12:4b7ac3b21d91:

/*******************************************************************************
 * Copyright(C) by 2015 Panasonic Corporation.
 ******************************************************************************/
#ifndef	__GRIDEYE_API_COMMON_H
#define	__GRIDEYE_API_COMMON_H


/*******************************************************************************
	type definition
*******************************************************************************/
typedef unsigned char			BOOL;
typedef unsigned char			UCHAR;
typedef unsigned short			USHORT;
typedef unsigned long			ULONG;
typedef signed char				CHAR;


#endif	/* __GRIDEYE_API_COMMON_H */
/*******************************************************************************
 * Copyright(C) by 2015 Panasonic Corporation.
 ******************************************************************************/