Lines Matching refs:AdafruitMS1438
36 AdafruitMS1438::AdafruitMS1438(int bus, uint8_t address) : in AdafruitMS1438() function in AdafruitMS1438
59 AdafruitMS1438::~AdafruitMS1438() in ~AdafruitMS1438()
64 void AdafruitMS1438::initClock(STEPMOTORS_T motor) in initClock()
69 uint32_t AdafruitMS1438::getMillis(STEPMOTORS_T motor) in getMillis()
100 void AdafruitMS1438::setupPinMaps() in setupPinMaps()
115 void AdafruitMS1438::setPWMPeriod(float hz) in setPWMPeriod()
123 void AdafruitMS1438::enableMotor(DCMOTORS_T motor) in enableMotor()
128 void AdafruitMS1438::disableMotor(DCMOTORS_T motor) in disableMotor()
133 void AdafruitMS1438::enableStepper(STEPMOTORS_T motor) in enableStepper()
139 void AdafruitMS1438::disableStepper(STEPMOTORS_T motor) in disableStepper()
145 void AdafruitMS1438::setMotorSpeed(DCMOTORS_T motor, int speed) in setMotorSpeed()
163 void AdafruitMS1438::setStepperSpeed(STEPMOTORS_T motor, int speed) in setStepperSpeed()
169 void AdafruitMS1438::setMotorDirection(DCMOTORS_T motor, DIRECTION_T dir) in setMotorDirection()
194 void AdafruitMS1438::setStepperDirection(STEPMOTORS_T motor, DIRECTION_T dir) in setStepperDirection()
210 void AdafruitMS1438::stepConfig(STEPMOTORS_T motor, unsigned int stepsPerRev) in stepConfig()
240 void AdafruitMS1438::stepperStep(STEPMOTORS_T motor) in stepperStep()
281 void AdafruitMS1438::stepperSteps(STEPMOTORS_T motor, unsigned int steps) in stepperSteps()