proximity 2.0.0.0
|
#define PROXIMITY_AMBI_MASK_PARA_AUTO_OFFSET 0x08 |
#define PROXIMITY_AMBI_MASK_PARA_AVERAGE 0x07 |
#define PROXIMITY_AMBI_MASK_PARA_CONT_CONV 0x80 |
#define PROXIMITY_AMBI_MASK_PARA_MEAS_RATE 0x70 |
#define PROXIMITY_AMBI_PARA_AUTO_OFFSET_ENABLE 0x08 |
#define PROXIMITY_AMBI_PARA_AVERAGE_1 0x00 |
#define PROXIMITY_AMBI_PARA_AVERAGE_128 0x07 |
#define PROXIMITY_AMBI_PARA_AVERAGE_16 0x04 |
#define PROXIMITY_AMBI_PARA_AVERAGE_2 0x01 |
#define PROXIMITY_AMBI_PARA_AVERAGE_32 0x05 |
#define PROXIMITY_AMBI_PARA_AVERAGE_4 0x02 |
#define PROXIMITY_AMBI_PARA_AVERAGE_64 0x06 |
#define PROXIMITY_AMBI_PARA_AVERAGE_8 0x03 |
#define PROXIMITY_AMBI_PARA_CONT_CONV_ENABLE 0x80 |
#define PROXIMITY_AMBI_PARA_MEAS_RATE_1 0x00 |
#define PROXIMITY_AMBI_PARA_MEAS_RATE_10 0x70 |
#define PROXIMITY_AMBI_PARA_MEAS_RATE_2 0x10 |
#define PROXIMITY_AMBI_PARA_MEAS_RATE_3 0x20 |
#define PROXIMITY_AMBI_PARA_MEAS_RATE_4 0x30 |
#define PROXIMITY_AMBI_PARA_MEAS_RATE_5 0x40 |
#define PROXIMITY_AMBI_PARA_MEAS_RATE_6 0x50 |
#define PROXIMITY_AMBI_PARA_MEAS_RATE_8 0x60 |