rusefi-full/firmware/hw_layer/sensors/CJ125.h

16 lines
280 B
C
Raw Normal View History

2016-07-16 23:03:46 -07:00
/*
* @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_ */