Home
last modified time | relevance | path

Searched refs:ledOnTime (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dpca9685.cxx52 leds->ledOnTime(PCA9685_ALL_LED, 0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dpca9685.js67 myLEDController_obj.ledOnTime(LEDNum, 0);
/hardware/bsp/intel/peripheral/libupm/src/pca9685/
Dpca9685.h264 bool ledOnTime(uint8_t led, uint16_t time);
Dpca9685.cxx217 bool PCA9685::ledOnTime(uint8_t led, uint16_t time) in ledOnTime() function in PCA9685
/hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
Dadafruitms1438.cxx52 m_pca9685->ledOnTime(PCA9685_ALL_LED, 0); in AdafruitMS1438()