|
/*
|
|
* @file CJ125.h
|
|
*
|
|
* @date: Jul 17, 2016
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
|
*/
|
|
|
|
#ifndef HW_LAYER_SENSORS_CJ125_H_
|
|
#define HW_LAYER_SENSORS_CJ125_H_
|
|
|
|
#define IDENT_REG_RD 0x48 // Read Identity Register
|
|
|
|
void initCJ125(void);
|
|
|
|
#endif /* HW_LAYER_SENSORS_CJ125_H_ */
|