UPM module for the Grove Luminance Sensor.
More...
- Name: APDS9002
- Category: light ainput
- Manufacturer: seeed
- Connection: analog
while (shouldRun)
{
int val = luminance->
value();
cout << "Luminance value is " << val << endl;
sleep(1);
}
Grove luminance sensor constructor
- Parameters
-
Get the luminance value from the sensor
- Returns
- the luminance reading
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/upm-doc-stable/src/apds9002/apds9002.h
- /var/lib/jenkins/workspace/upm-doc-stable/src/apds9002/apds9002.cxx