Definitions for the ISL29020 light sensor. More...
Definitions for the ISL29020 light sensor.
Definition in file isl29020-internal.h.
Go to the source code of this file.
ISL29020 registers | |
#define | ISL29020_REG_CMD 0x00 |
#define | ISL29020_REG_LDATA 0x01 |
#define | ISL29020_REG_HDATA 0x02 |
Masks for the ISL29020 command register | |
#define | ISL29020_CMD_EN 0x80 |
#define | ISL29020_CMD_MODE 0x40 |
#define | ISL29020_CMD_LIGHT 0x20 |
#define | ISL29020_CMD_RES 0x1c |
#define | ISL29020_CMD_RAGNE 0x03 |
Range options | |
#define | ISL29020_RANGE_1 0x00 |
#define | ISL29020_RANGE_2 0x01 |
#define | ISL29020_RANGE_3 0x02 |
#define | ISL29020_RANGE_4 0x03 |