RBE1001Lib
|
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
Variables | |
const int | buttonPin = BOOT_FLAG_PIN |
LeftMotor | left_motor |
RightMotor | right_motor |
bool | upDown = false |
void loop | ( | ) |
Definition at line 24 of file MotorSpinExample.ino.
References buttonPin, Motor::getDegreesPerSecond(), Motor::getEffortPercent(), and Motor::setSpeed().
void setup | ( | ) |
Definition at line 14 of file MotorSpinExample.ino.
const int buttonPin = BOOT_FLAG_PIN |
Definition at line 5 of file MotorSpinExample.ino.
Referenced by loop().
LeftMotor left_motor |
Definition at line 7 of file MotorSpinExample.ino.
RightMotor right_motor |
Definition at line 8 of file MotorSpinExample.ino.
bool upDown = false |
Definition at line 9 of file MotorSpinExample.ino.