25 #include "interfaces/iLightController.hpp" 27 #include "mraa/pwm.hpp" 59 HLG150H(
int pinRelay,
int pinPWM);
77 mraa::Pwm* pwmBrightness;
void setPowerOff()
Definition: hlg150h.cxx:37
virtual int getBrightness()
Definition: hlg150h.cxx:73
void setPowerOn()
Definition: hlg150h.cxx:31
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
ILightController Interface for Light Controllers.
Definition: iLightController.hpp:44
const char * getModuleName()
Definition: hlg150h.hpp:63
API for HLG-150H Lighting Power Supply Controller.
Definition: hlg150h.hpp:56
void setBrightness(int dutyPercent)
Definition: hlg150h.cxx:59
bool isPowered()
Definition: hlg150h.cxx:43