69 Light(
unsigned int pin);
168 return std::string(
"Light Sensor");
void setOffset(float offset)
Definition: light.cxx:81
void setAref(float aref)
Definition: light.cxx:71
float raw_value()
Definition: light.cxx:60
float getScale()
Definition: light.cxx:91
C API for Analog Light (Photocell) Sensors.
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
int value()
Definition: light.cxx:49
float getOffset()
Definition: light.cxx:96
void setScale(float scale)
Definition: light.cxx:76
Light(unsigned int pin)
Definition: light.cxx:36
~Light()
Definition: light.cxx:44
API for the Light Sensor.
Definition: light.hpp:61
float getNormalized()
Definition: light.cxx:101
float getAref()
Definition: light.cxx:86
float getRawVolts()
Definition: light.cxx:111