Library for MAXREFDES131 OneWire GridEYE sensor interface
Dependents: MAXREFDES131_Qt_Demo MAXREFDES130_131_Demo
API_Level_1/grideye_api_lv1.h
- Committer:
- j3
- Date:
- 2016-09-26
- Revision:
- 12:4b7ac3b21d91
- Parent:
- 1:9e457e35e2e3
File content as of revision 12:4b7ac3b21d91:
#ifndef __GRIDEYE_API_LV1_H #define __GRIDEYE_API_LV1_H /******************************************************************************* include file *******************************************************************************/ #include "grideye_api_common.h" #ifdef __cplusplus extern "C"{ /******************************************************************************* public method definition *******************************************************************************/ BOOL bAMG_PUB_I2C_Read( UCHAR, UCHAR, UCHAR, UCHAR* ); short shAMG_PUB_TMP_ConvThermistor( UCHAR[2] ); short shAMG_PUB_TMP_ConvTemperature( UCHAR[2] ); void vAMG_PUB_TMP_ConvTemperature64( UCHAR*, short* ); short shAMG_PUB_CMN_ConvFtoS( float ); float fAMG_PUB_CMN_ConvStoF( short ); } #endif /* extern "C" */ #endif /* __GRIDEYE_API_LV1_H */