65 static void setSpeeds(int16_t leftSpeed, int16_t rightSpeed);
69 static inline void init()
71 static bool initialized =
false;
83 static bool flipRight;
Controls motor speed and direction on the 3pi+ 32U4.
static void setLeftSpeed(int16_t speed)
Sets the speed for the left motor.
static void flipRightMotor(bool flip)
Flips the direction of the right motor.
static void setSpeeds(int16_t leftSpeed, int16_t rightSpeed)
Sets the speeds for both motors.
static void flipLeftMotor(bool flip)
Flips the direction of the left motor.
static void setRightSpeed(int16_t speed)
Sets the speed for the right motor.
Top-level namespace for the Pololu3piPlus32U4 library.