OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STEP_MODE1
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/grovemd/
grovemd.h
107
typedef enum {
STEP_MODE1
= 0x00,
207
* @param mode The stepper operating mode, default
STEP_MODE1
210
void configStepper(unsigned int stepsPerRev, STEP_MODE_T mode=
STEP_MODE1
);
grovemd.cxx
59
configStepper(200,
STEP_MODE1
);
Completed in 178 milliseconds