HomeSort by relevance Sort by last modified time
    Searched refs:stepDirection (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.cxx 199 m_stepConfig[motor].stepDirection = 1;
202 m_stepConfig[motor].stepDirection = -1;
205 m_stepConfig[motor].stepDirection = 1;
215 m_stepConfig[motor].stepDirection = 1; // forward
290 m_stepConfig[motor].currentStep += m_stepConfig[motor].stepDirection;
292 if (m_stepConfig[motor].stepDirection == 1)
adafruitms1438.h 236 int stepDirection; // direction to step

Completed in 553 milliseconds