![]() |
MSPM0_ValvanoWare
1.0
ECE445L starter code
|
RSLK dual H-bridge driver. More...
Go to the source code of this file.
Macros | |
| #define | MOTOR_PERIOD 10000 |
| #define | MOTORMIN 2 |
| #define | MOTORMAX (MOTOR_PERIOD-2) |
Functions | |
| void | Motor_Init (void) |
| Initialize motors. More... | |
| void | Motor_Forward (uint32_t dutyLeft, uint32_t dutyRight) |
| Go forward. More... | |
| void | Motor_Backward (uint32_t dutyLeft, uint32_t dutyRight) |
| Go backward. More... | |
| void | Motor_Right (uint32_t dutyLeft, uint32_t dutyRight) |
| Turn right. More... | |
| void | Motor_Left (uint32_t dutyLeft, uint32_t dutyRight) |
| Turn left. More... | |
RSLK dual H-bridge driver.
RSLK motor interface