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:
8:fa89d4cd41cd
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_LV3_H
j3 1:9e457e35e2e3 5 #define __GRIDEYE_API_LV3_H
j3 1:9e457e35e2e3 6
j3 1:9e457e35e2e3 7 /*******************************************************************************
j3 1:9e457e35e2e3 8 include file
j3 1:9e457e35e2e3 9 *******************************************************************************/
j3 1:9e457e35e2e3 10 #include "grideye_api_common.h"
j3 8:fa89d4cd41cd 11 #include "API_Level_1/grideye_api_lv1.h"
j3 8:fa89d4cd41cd 12 #include "API_Level_2/grideye_api_lv2.h"
j3 1:9e457e35e2e3 13
j3 1:9e457e35e2e3 14 #ifdef __cplusplus
j3 1:9e457e35e2e3 15 extern "C"{
j3 1:9e457e35e2e3 16 /*******************************************************************************
j3 1:9e457e35e2e3 17 public method definition
j3 1:9e457e35e2e3 18 *******************************************************************************/
j3 1:9e457e35e2e3 19 BOOL bAMG_PUB_ODT_Initialize( UCHAR, UCHAR, ULONG, USHORT );
j3 1:9e457e35e2e3 20 BOOL bAMG_PUB_ODT_SetPrm( UCHAR, UCHAR );
j3 1:9e457e35e2e3 21 BOOL bAMG_PUB_ODT_Execute( short*, short*, short*, UCHAR*, UCHAR*, USHORT* );
j3 1:9e457e35e2e3 22
j3 1:9e457e35e2e3 23 BOOL bAMG_PUB_OTR_Initialize( UCHAR, UCHAR, UCHAR, UCHAR, UCHAR, ULONG, USHORT );
j3 1:9e457e35e2e3 24 BOOL bAMG_PUB_OTR_SetPrm( UCHAR, short );
j3 1:9e457e35e2e3 25 BOOL bAMG_PUB_OTR_Execute ( short*, short*, short*, UCHAR, UCHAR*, USHORT* );
j3 1:9e457e35e2e3 26 BOOL bAMG_PUB_OTR_GetResultByLabel(UCHAR, UCHAR, short* );
j3 1:9e457e35e2e3 27 BOOL bAMG_PUB_OTR_GetOutput( UCHAR*, UCHAR* );
j3 1:9e457e35e2e3 28 BOOL bAMG_PUB_BGT_SetPrm(UCHAR, short );
j3 1:9e457e35e2e3 29 void vAMG_PUB_BGT_UpdateBackTemp( USHORT, UCHAR*, short*, short* );
j3 1:9e457e35e2e3 30 }
j3 1:9e457e35e2e3 31 #endif /* extern "C" */
j3 1:9e457e35e2e3 32
j3 1:9e457e35e2e3 33 #endif /* __GRIDEYE_API_LV3_H */
j3 1:9e457e35e2e3 34
j3 1:9e457e35e2e3 35 /*******************************************************************************
j3 1:9e457e35e2e3 36 * Copyright(C) by 2015 Panasonic Corporation.
j3 1:9e457e35e2e3 37 ******************************************************************************/
j3 1:9e457e35e2e3 38