Library for MAXREFDES131 OneWire GridEYE sensor interface

Dependents:   MAXREFDES131_Qt_Demo MAXREFDES130_131_Demo

Revision:
1:9e457e35e2e3
Child:
8:fa89d4cd41cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/API_Level_3/grideye_api_lv3.h	Sat Apr 30 01:27:34 2016 +0000
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright(C) by 2015 Panasonic Corporation.
+ ******************************************************************************/
+#ifndef	__GRIDEYE_API_LV3_H
+#define	__GRIDEYE_API_LV3_H
+
+/*******************************************************************************
+	include file
+*******************************************************************************/
+#include	"grideye_api_common.h"
+
+#ifdef __cplusplus
+extern "C"{
+/*******************************************************************************
+	public method definition
+*******************************************************************************/
+BOOL	bAMG_PUB_ODT_Initialize( UCHAR, UCHAR, ULONG, USHORT );
+BOOL	bAMG_PUB_ODT_SetPrm( UCHAR, UCHAR );
+BOOL	bAMG_PUB_ODT_Execute( short*, short*, short*, UCHAR*, UCHAR*, USHORT* );
+
+BOOL	bAMG_PUB_OTR_Initialize( UCHAR, UCHAR, UCHAR, UCHAR, UCHAR, ULONG, USHORT );
+BOOL	bAMG_PUB_OTR_SetPrm( UCHAR, short );
+BOOL	bAMG_PUB_OTR_Execute   ( short*, short*, short*, UCHAR, UCHAR*, USHORT* );
+BOOL	bAMG_PUB_OTR_GetResultByLabel(UCHAR, UCHAR, short* );
+BOOL	bAMG_PUB_OTR_GetOutput( UCHAR*, UCHAR* );
+BOOL	bAMG_PUB_BGT_SetPrm(UCHAR, short );
+void	vAMG_PUB_BGT_UpdateBackTemp( USHORT, UCHAR*, short*, short* );
+}
+#endif  /* extern "C" */
+
+#endif	/* __GRIDEYE_API_LV3_H */
+
+/*******************************************************************************
+ * Copyright(C) by 2015 Panasonic Corporation.
+ ******************************************************************************/
+