OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ledOffTime
(Results
1 - 5
of
5
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
pca9685.cxx
53
leds->
ledOffTime
(PCA9685_ALL_LED, 2048);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
pca9685.js
68
myLEDController_obj.
ledOffTime
(LEDNum, 2048);
/hardware/bsp/intel/peripheral/libupm/src/pca9685/
pca9685.h
273
bool
ledOffTime
(uint8_t led, uint16_t time);
pca9685.cxx
250
bool PCA9685::
ledOffTime
(uint8_t led, uint16_t time)
/hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.cxx
160
m_pca9685->
ledOffTime
(m_dcMotors[motor].pwm, int(4095.0 * percent));
Completed in 523 milliseconds