12static bool flipLeft =
false;
13static bool flipRight =
false;
16void Zumo32U4Motors::init2()
static void setOutputLow() __attribute__((always_inline))
Configures the pin to be an output driving low.
static void setOutput(bool value) __attribute__((always_inline))
Sets the pin as an output.
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.
static void flipRightMotor(bool flip)
Flips the direction of the right motor.
static void setLeftSpeed(int16_t speed)
Sets the speed for the left motor.
static void setSpeeds(int16_t leftSpeed, int16_t rightSpeed)
Sets the speeds for both motors.