upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
UPM module for the ULN200XA Darlington Stepper driver. More...
This module was developed on a ULBN2003A Stepper Driver. It should support the uln2001a, 2002a, 2003a, and 2004a devices, for use in driving a unipolar stepper motor, the 28BYJ-48.
Example driving a stepper motor
Public Types | |
enum | ULN200XA_DIRECTION_T { DIR_CW = 0x01, DIR_CCW = 0x02 } |
Public Member Functions | |
ULN200XA (int stepsPerRev, int i1, int i2, int i3, int i4) | |
~ULN200XA () | |
uint32_t | getMillis () |
void | initClock () |
void | setSpeed (int speed) |
void | setDirection (ULN200XA_DIRECTION_T dir) |
void | stepperSteps (unsigned int steps) |
void | release () |
ULN200XA | ( | int | stepsPerRev, |
int | i1, | ||
int | i2, | ||
int | i3, | ||
int | i4 | ||
) |
ULN200XA constructor
stepsPerRev | number of steps per full revolution |
i1 | digital pin to use for stepper input 1 |
i2 | digital pin to use for stepper input 2 |
i3 | digital pin to use for stepper input 3 |
i4 | digital pin to use for stepper input 4 |
uint32_t getMillis | ( | ) |
Return the number of milliseconds elapsed since initClock() was last called.
void initClock | ( | ) |
Reset the Clock
void setSpeed | ( | int | speed | ) |
set the speed of the stepper in RPM (Rotation Per Minute
speed | speed to set the motor to in RPM's |
void setDirection | ( | ULN200XA_DIRECTION_T | dir | ) |
set the direction of the motor, clockwise or counter clockwise
dir | direction to set the motor to |
void stepperSteps | ( | unsigned int | steps | ) |
step the stepper motor a specified number of steps
steps | number of steps to move the stepper motor |
void release | ( | ) |
release the stepper, by removing power