Synopsis
typedef struct {
  CTL_LIGHT_SENSOR_t core;
  float __range;
  int __resolution;
} ISL29023_DRIVER_t;
Description

ISL29023_DRIVER_t encapsulates the required data to interface an ISL29023 light sensor.

Structure
core
The core light sensor structure.
__range
Private member: the selected range of the sensor, in lux.
__resolution
Private member: the selected resolution of the sensor, in bits.