Go to the documentation of this file.
50 #define MAX44009_ERROR (-1)
51 #define MAX44009_SUCCESS (0)
52 #define MAX44009_ACTIVATE (SENSORS_ACTIVE)
53 #define MAX44009_READ_RAW_LIGHT (2)
54 #define MAX44009_READ_LIGHT (3)
55 #define MAX44009_RESET (4)
56 #define MAX44009_NONE (5)
58 #define MAX44009_SENSOR "MAX44009 Sensor"
60 extern const struct sensors_sensor max44009;