motor_driver.h 308 B

12345678
  1. /***************************************************************
  2. Motor driver function definitions - by James Nugen
  3. *************************************************************/
  4. void initMotorController();
  5. void setMotorSpeed(int i, int spd);
  6. void setMotorSpeeds(int ASpeed, int BSpeed, int CSpeed);