Synopsis
typedef struct {
  CTL_LIGHT_SENSOR_t core;
  unsigned __id;
} TSL2561_DRIVER_t;
Description

TSL2561_DRIVER_t encapsulates the required data to interface a TSL2561 light sensor.

Structure
core
The core light sensor structure.
__id
Private member: the device ID of the specific light sensor detected during initialization.