Home
last modified time | relevance | path

Searched refs:stePin (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/stepmotor/
Dstepmotor.cxx35 StepMotor::StepMotor (int dirPin, int stePin) in StepMotor() argument
36 : m_pwmStepContext(stePin), m_dirPinCtx(dirPin) { in StepMotor()
40 m_stePin = stePin; in StepMotor()
Dstepmotor.h77 StepMotor (int dirPin, int stePin);