OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_stepmotors
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.cxx
109
m_stepMotors
[0] = (STEPPER_PINMAP_T){ 8, 10, 9,
111
m_stepMotors
[1] = (STEPPER_PINMAP_T){ 2, 4, 3,
135
m_pca9685->ledFullOff(
m_stepMotors
[motor].pwmA, false);
136
m_pca9685->ledFullOff(
m_stepMotors
[motor].pwmB, false);
141
m_pca9685->ledFullOff(
m_stepMotors
[motor].pwmA, true);
142
m_pca9685->ledFullOff(
m_stepMotors
[motor].pwmB, true);
221
m_pca9685->ledFullOff(
m_stepMotors
[motor].pwmA, true);
222
m_pca9685->ledFullOn(
m_stepMotors
[motor].pwmA, true);
224
m_pca9685->ledFullOff(
m_stepMotors
[motor].pwmB, true);
225
m_pca9685->ledFullOn(
m_stepMotors
[motor].pwmB, true)
[
all
...]
adafruitms1438.h
244
STEPPER_PINMAP_T
m_stepMotors
[2];
Completed in 1919 milliseconds