13 lines
229 B
C
13 lines
229 B
C
/*
|
|
* BF20A6 register definitions.
|
|
*/
|
|
#ifndef __BF20A6_REG_REGS_H__
|
|
#define __BF20A6_REG_REGS_H__
|
|
|
|
#define SENSOR_ID_HIGH 0XFC
|
|
#define SENSOR_ID_LOW 0XFD
|
|
#define RESET_RELATED 0XF2
|
|
|
|
|
|
#endif //__BF20A6_REG_REGS_H__
|