Library for MAXREFDES131 OneWire GridEYE sensor interface

Dependents:   MAXREFDES131_Qt_Demo MAXREFDES130_131_Demo

Committer:
j3
Date:
Mon Sep 26 15:08:17 2016 -0700
Revision:
12:4b7ac3b21d91
Parent:
1:9e457e35e2e3
Fix include paths

Who changed what in which revision?

UserRevisionLine numberNew contents of line
j3 1:9e457e35e2e3 1 /*******************************************************************************
j3 1:9e457e35e2e3 2 * Copyright(C) by 2015 Panasonic Corporation.
j3 1:9e457e35e2e3 3 ******************************************************************************/
j3 1:9e457e35e2e3 4 #ifndef __GRIDEYE_API_COMMON_H
j3 1:9e457e35e2e3 5 #define __GRIDEYE_API_COMMON_H
j3 1:9e457e35e2e3 6
j3 1:9e457e35e2e3 7
j3 1:9e457e35e2e3 8 /*******************************************************************************
j3 1:9e457e35e2e3 9 type definition
j3 1:9e457e35e2e3 10 *******************************************************************************/
j3 1:9e457e35e2e3 11 typedef unsigned char BOOL;
j3 1:9e457e35e2e3 12 typedef unsigned char UCHAR;
j3 1:9e457e35e2e3 13 typedef unsigned short USHORT;
j3 1:9e457e35e2e3 14 typedef unsigned long ULONG;
j3 1:9e457e35e2e3 15 typedef signed char CHAR;
j3 1:9e457e35e2e3 16
j3 1:9e457e35e2e3 17
j3 1:9e457e35e2e3 18 #endif /* __GRIDEYE_API_COMMON_H */
j3 1:9e457e35e2e3 19 /*******************************************************************************
j3 1:9e457e35e2e3 20 * Copyright(C) by 2015 Panasonic Corporation.
j3 1:9e457e35e2e3 21 ******************************************************************************/
j3 1:9e457e35e2e3 22